mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
- Template migration
- Admin Control Panel migration - Language migration git-svn-id: http://piwigo.org/svn/trunk@393 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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'])
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user