set_filename('about', 'about.tpl'); $template->assign('ABOUT_MESSAGE', load_language('about.html','', array('return'=>true)) ); $theme_about = load_language('about.html', PHPWG_THEMES_PATH.$user['theme'].'/', array('return' => true)); if ( $theme_about !== false ) { $template->assign('THEME_ABOUT', $theme_about); } $template->pparse('about'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>