aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-02-22 02:43:13 +0000
committergweltas <gweltas@piwigo.org>2004-02-22 02:43:13 +0000
commit60b84a9db5822b98a3e18a842901c2f0c323e032 (patch)
treedbc84d5ee9f839ee44fa7213ed3cbc8ce5a927b9 /about.php
parentd339037b1e06a84594c503fa7d7b8c1be1862d47 (diff)
Template migration
git-svn-id: http://piwigo.org/svn/trunk@369 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'about.php')
-rw-r--r--about.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/about.php b/about.php
index 16b8f1786..ed1bbef1e 100644
--- a/about.php
+++ b/about.php
@@ -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');
?>