set_filenames( array( 'about'=>'about.tpl', ) ); if ( isset($lang['Theme: '.$user['theme']]) ) { $template->assign_block_vars( 'theme', array( 'ABOUT' => l10n('Theme: '.$user['theme']), ) ); } $template->assign_vars( array( 'U_HOME' => make_index_url(), ) ); $template->assign_var('ABOUT_MESSAGE', load_language('about.html','','',true) ); $template->parse('about'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>