Template migration

git-svn-id: http://piwigo.org/svn/trunk@369 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
gweltas
2004-02-22 02:43:13 +00:00
parent d339037b1e
commit 60b84a9db5
13 changed files with 208 additions and 247 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ $email = empty($_POST['login'])?$_POST['login']:'';
// Start output of page
//
$title= $lang['register_page_title'];
include('include/page_header.php');
include(PHPWG_ROOT_PATH.'include/page_header.php');
$template->set_filenames( array('register'=>'register.tpl') );
initialize_template();
@@ -89,5 +89,5 @@ if ( sizeof( $errors ) != 0 )
}
$template->pparse('register');
include('include/page_tail.php');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>