- 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:
rvelices 2007-10-08 23:46:09 +00:00
commit 98b07a4a7f
15 changed files with 291 additions and 263 deletions

View file

@ -32,11 +32,5 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
$template->set_filenames(
array(
'help_content' => get_language_filepath('help.html')
)
);
$template->assign_var_from_handle('ADMIN_CONTENT', 'help_content');
$template->assign_var('ADMIN_CONTENT', load_language('help.html','','',true) );
?>