mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
- some code refactoring before upgrade to utf (only cosmetic at this point...)
git-svn-id: http://piwigo.org/svn/trunk@2126 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -57,7 +57,6 @@ include(PHPWG_ROOT_PATH.'include/page_header.php');
|
||||
$template->set_filenames(
|
||||
array(
|
||||
'about'=>'about.tpl',
|
||||
'about_content' => get_language_filepath('about.html')
|
||||
)
|
||||
);
|
||||
if ( isset($lang['Theme: '.$user['theme']]) )
|
||||
@@ -75,8 +74,8 @@ $template->assign_vars(
|
||||
)
|
||||
);
|
||||
|
||||
$template->assign_var_from_handle('ABOUT_MESSAGE', 'about_content');
|
||||
|
||||
$template->assign_var('ABOUT_MESSAGE', load_language('about.html','','',true) );
|
||||
|
||||
$template->parse('about');
|
||||
include(PHPWG_ROOT_PATH.'include/page_tail.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user