mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
Template migration
git-svn-id: http://piwigo.org/svn/trunk@369 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
d339037b1e
commit
60b84a9db5
13 changed files with 208 additions and 247 deletions
|
@ -33,7 +33,7 @@ include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
|
|||
// Start output of page
|
||||
//
|
||||
$title= $lang['about_page_title'];
|
||||
include('include/page_header.php');
|
||||
include(PHPWG_ROOT_PATH.'include/page_header.php');
|
||||
|
||||
$template->set_filenames(array('about'=>'about.tpl'));
|
||||
initialize_template();
|
||||
|
@ -47,5 +47,5 @@ $template->assign_vars(array(
|
|||
);
|
||||
|
||||
$template->pparse('about');
|
||||
include('include/page_tail.php');
|
||||
include(PHPWG_ROOT_PATH.'include/page_tail.php');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue