mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
Template migration
git-svn-id: http://piwigo.org/svn/trunk@369 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -115,7 +115,7 @@ $page['structure'] = update_structure( $page['structure'] );
|
||||
// Start output of page
|
||||
//
|
||||
$title = $page['title'];
|
||||
include('include/page_header.php');
|
||||
include(PHPWG_ROOT_PATH.'include/page_header.php');
|
||||
|
||||
$template->set_filenames( array('category'=>'category.tpl') );
|
||||
initialize_template();
|
||||
@@ -482,5 +482,5 @@ pwg_log( 'category', $page['title'] );
|
||||
mysql_close();
|
||||
|
||||
$template->pparse('category');
|
||||
include('include/page_tail.php');
|
||||
include(PHPWG_ROOT_PATH.'include/page_tail.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user