'.$title.''; include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->set_filenames( array( 'help_content' => get_language_filepath('help/'.$_GET['page'].'.html') ) ); $template->set_filenames(array('popuphelp' => 'popuphelp.tpl')); $template->assign_var_from_handle('HELP_CONTENT', 'help_content'); // +-----------------------------------------------------------------------+ // | html code display | // +-----------------------------------------------------------------------+ $template->parse('popuphelp'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>