diff options
Diffstat (limited to '')
-rw-r--r-- | category.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/category.php b/category.php index 1b445efb3..060440b68 100644 --- a/category.php +++ b/category.php @@ -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'); ?> |