set_filenames( array( 'about'=>'about.tpl', 'about_content' => get_language_filepath('about.html') ) ); 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_from_handle('ABOUT_MESSAGE', 'about_content'); $template->parse('about'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); ?>