set_filenames(array('help_content' => $html_file)); $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'); ?>