forked from extern/egroupware
added option to enable/disable support for old_style apps, added css class for msgbox, fixed home screen if default_app
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||
* option) any later version. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/**************************************************************************\
|
||||
@ -48,6 +47,9 @@
|
||||
/* Select which login theme you want */
|
||||
$GLOBALS['phpgw_info']['login_theme'] = 'submarine';
|
||||
|
||||
/* Enables support for non xslt apps or apps which weren't already ported to the last version of class.Templates.inc.php */
|
||||
$GLOBALS['phpgw_info']['server']['support_old_style_apps'] = True;
|
||||
|
||||
/* This is used to control mcrypt's use */
|
||||
$GLOBALS['phpgw_info']['server']['mcrypt_enabled'] = {ENABLE_MCRYPT};
|
||||
/* Set this to 'old' for versions < 2.4, otherwise the exact mcrypt version you use. */
|
||||
@ -96,7 +98,7 @@
|
||||
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi'] = $setup_info['phpgwapi']['version'];
|
||||
$GLOBALS['phpgw_info']['server']['versions']['current_header'] = $setup_info['phpgwapi']['versions']['current_header'];
|
||||
unset($setup_info);
|
||||
$GLOBALS['phpgw_info']['server']['versions']['header'] = '1.22';
|
||||
$GLOBALS['phpgw_info']['server']['versions']['header'] = '1.23';
|
||||
/* This is a fix for NT */
|
||||
if(!isset($GLOBALS['phpgw_info']['flags']['noapi']) || !$GLOBALS['phpgw_info']['flags']['noapi'] == True)
|
||||
{
|
||||
|
Reference in New Issue
Block a user