set_filename('show_default', dirname(__FILE__) . '/show_default.tpl'); $file = file_get_contents(PHPWG_ROOT_PATH . $path); $template->assign(array('DEFAULT_CONTENT' => nl2br($file))); $title = $path; $page['page_banner'] = '

'.str_replace('/', ' / ', $path).'

'; $page['body_id'] = 'thePopuphelpPage'; include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->pparse('show_default'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); } ?>