set_filenames( array( 'about'=>'about.tpl', 'about_content' => get_language_filepath('about.html') ) ); $template->assign_vars( array( 'U_HOME' => make_index_url(), ) ); $template->assign_var_from_handle('ABOUT_MESSAGE', 'about_content'); $template->parse('about'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>