Changeset 2126 for trunk/admin


Ignore:
Timestamp:
Oct 9, 2007, 1:46:09 AM (17 years ago)
Author:
rvelices
Message:
  • some code refactoring before upgrade to utf (only cosmetic at this point...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/help.php

    r1900 r2126  
    3333check_status(ACCESS_ADMINISTRATOR);
    3434
    35 $template->set_filenames(
    36   array(
    37     'help_content' => get_language_filepath('help.html')
    38     )
    39   );
    40  
    41 $template->assign_var_from_handle('ADMIN_CONTENT', 'help_content');
     35$template->assign_var('ADMIN_CONTENT', load_language('help.html','','',true) );
    4236?>
Note: See TracChangeset for help on using the changeset viewer.