set_filename('show_default', dirname(__FILE__) . '/show_default.tpl'); $file = file_get_contents(PHPWG_ROOT_PATH . $path); $title = str_replace('/', ' / ', $path); $template->assign(array( 'TITLE' => $title, 'DEFAULT_CONTENT' => $file, 'LOCALEDIT_PATH' => LOCALEDIT_PATH, 'CODEMIRROR_MODE' => 'application/x-httpd-php' ) ); $page['body_id'] = 'thePopuphelpPage'; include(PHPWG_ROOT_PATH.'include/page_header.php'); $template->pparse('show_default'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); } ?>