mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +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
@@ -42,7 +42,7 @@ $array_cat_site_id = array();
|
||||
// Start output of page
|
||||
//
|
||||
$title= $lang['title_comments'];
|
||||
include('include/page_header.php');
|
||||
include(PHPWG_ROOT_PATH.'include/page_header.php');
|
||||
|
||||
$template->set_filenames( array('comments'=>'comments.tpl') );
|
||||
initialize_template();
|
||||
@@ -167,5 +167,5 @@ while ( $row = mysql_fetch_array( $result ) )
|
||||
}
|
||||
//----------------------------------------------------------- html code display
|
||||
$template->pparse('comments');
|
||||
include('include/page_tail.php');
|
||||
include(PHPWG_ROOT_PATH.'include/page_tail.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user