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:
ceb
2002-10-29 22:15:32 +00:00
parent 498ef1b870
commit 27031e5523
21 changed files with 86 additions and 40 deletions

View File

@ -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)
{