Changeset 2126 for trunk/popuphelp.php


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/popuphelp.php

    r1900 r2126  
    4343include(PHPWG_ROOT_PATH.'include/page_header.php');
    4444
    45 if 
     45if
    4646  (
    4747    isset($_GET['page'])
     
    5050{
    5151  $help_content =
    52     @file_get_contents(get_language_filepath('help/'.$_GET['page'].'.html'));
     52    load_language('help/'.$_GET['page'].'.html', '', '', true);
    5353
    5454  if ($help_content == false)
Note: See TracChangeset for help on using the changeset viewer.