* @author Ralf Becker * @license http://www.gnu.org/copyleft/gpl.html * @link http://www.egroupware.org * @version SVN: $Id$ */ $GLOBALS['egw_info'] = array( 'flags' => array( 'currentapp' => 'home', //'about', 'disable_Template_class' => true, 'noheader' => true, 'nonavbar' => true ) ); include('header.inc.php'); // create the about page require_once(EGW_API_INC.'/class.about.inc.php'); $aboutPage = new about();