hooks->single('about',$app); } $GLOBALS['phpgw']->xslttpl->add_file(array('about')); if ($included) { $app_data = about_app(); } $data = array ( 'phpgw_logo' => $GLOBALS['phpgw']->common->get_image_path('phpgwapi'), 'lang_url_statustext' => lang('phpGroupWare homepage'), 'lang_version' => lang('version'), 'phpgw_version' => 'phpGroupWare API ' . $GLOBALS['phpgw_info']['server']['versions']['phpgwapi'], 'phpgw_descr' => lang('is a multi-user, web-based groupware suite written in PHP'), 'about_app' => $app_data ); $GLOBALS['phpgw']->xslttpl->set_var('about',$data); $GLOBALS['phpgw']->xslttpl->pparse(); ?>