aboutsummaryrefslogtreecommitdiffstats
path: root/admin/help.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-10-08 23:46:09 +0000
committerrvelices <rv-github@modusoptimus.com>2007-10-08 23:46:09 +0000
commit98b07a4a7fa1baff52800f70066f311768904430 (patch)
tree4bc89e8017f5fced16a6de6d4c8b37639caccff8 /admin/help.php
parent5132cc1f87025bd17d6bd90e5ac8ad73288bf482 (diff)
- 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
Diffstat (limited to 'admin/help.php')
-rw-r--r--admin/help.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/admin/help.php b/admin/help.php
index 2d573fd08..bc588ee22 100644
--- a/admin/help.php
+++ b/admin/help.php
@@ -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) );
?>