set_filenames( array( 'about'=>'about.tpl', 'about_content' => get_language_filepath('about.html') ) ); if ( isset( $themeconf['About']) and $themeconf['About']!=='' ) { $template->assign_block_vars( 'theme', array( 'ABOUT' => l10n($themeconf['About']), ) ); } $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'); ?>