Changeset 2126 for trunk/about.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/about.php

    r2014 r2126  
    5858  array(
    5959    'about'=>'about.tpl',
    60     'about_content' => get_language_filepath('about.html')
    6160    )
    6261  );
     
    7675  );
    7776
    78 $template->assign_var_from_handle('ABOUT_MESSAGE', 'about_content');
    79  
     77$template->assign_var('ABOUT_MESSAGE', load_language('about.html','','',true) );
     78
    8079$template->parse('about');
    8180include(PHPWG_ROOT_PATH.'include/page_tail.php');
Note: See TracChangeset for help on using the changeset viewer.