From 4128835db8d7b8e619951d4c31e23bd934758f09 Mon Sep 17 00:00:00 2001 From: gweltas Date: Sat, 20 Mar 2004 00:52:37 +0000 Subject: - Template migration - Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee --- about.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'about.php') diff --git a/about.php b/about.php index ed1bbef1e..7e13d604c 100644 --- a/about.php +++ b/about.php @@ -36,13 +36,11 @@ $title= $lang['about_page_title']; include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames(array('about'=>'about.tpl')); -initialize_template(); - $template->assign_vars(array( 'PAGE_TITLE' => $title, 'L_ABOUT' => $lang['about_message'], 'L_RETURN' => $lang['about_return'], - 'U_RETURN' => add_session_id('./category.php?'.$_SERVER['QUERY_STRING']) + 'U_RETURN' => add_session_id(PHPWG_ROOT_PATH.'category.php?'.$_SERVER['QUERY_STRING']) ) ); -- cgit v1.2.3