set_filenames( array( 'about'=>'about.tpl', ) ); if ( isset($lang['Theme: '.$user['theme']]) ) { $template->assign( 'THEME_ABOUT',l10n('Theme: '.$user['theme']) ); } $template->assign('ABOUT_MESSAGE', load_language('about.html','', array('return'=>true)) ); $template->pparse('about'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>