diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/help.php | 8 |
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) ); ?> |