Removed old phpgw_info based themes, they have been depricated in 1.2 and are only used by some old contrib apps

This commit is contained in:
Ralf Becker 2006-12-17 11:30:26 +00:00
parent fa996ab124
commit ddccca1c55
21 changed files with 2 additions and 988 deletions

View File

@ -155,8 +155,6 @@
'/class.'.$class.'.inc.php');
$this->framework =& new $class;
$this->load_theme_info();
$this->check_app_rights();
$this->load_optional_classes();
@ -334,14 +332,14 @@
{
// This will need to use ACL in the future
if (!$GLOBALS['egw_info']['user']['apps'][$GLOBALS['egw_info']['flags']['currentapp']] ||
($GLOBALS['egw_info']['flags']['admin_only'] && !$GLOBALS['egw_info']['user']['apps']['admin']))
($GLOBALS['egw_info']['flags']['admin_only'] && !$GLOBALS['egw_info']['user']['apps']['admin']))
{
$this->common->egw_header();
if ($GLOBALS['egw_info']['flags']['nonavbar'])
{
echo parse_navbar();
}
error_log('Permission denied, attempted to access '.$GLOBALS['egw_info']['flags']['currentapp']);
$this->log->write(array('text'=>'W-Permissions, Attempted to access %1','p1'=>$GLOBALS['egw_info']['flags']['currentapp']));
echo '<p><center><b>'.lang('Access not permitted').'</b></center>';
@ -350,35 +348,6 @@
}
}
/**
* Load old theme info into egw_info[theme]
*
* @deprecated all theming should be done via CSS files of the template
*/
function load_theme_info()
{
global $phpgw_info; // this is necesary as the included theme-files use $phpgw_info !!!
// at the moment we still need the theme files, hopefully they are gone soon in favor of CSS
if(@file_exists(EGW_SERVER_ROOT . '/phpgwapi/themes/' . $GLOBALS['egw_info']['user']['preferences']['common']['theme'] . '.theme'))
{
include($file = EGW_SERVER_ROOT . '/phpgwapi/themes/' . $GLOBALS['egw_info']['user']['preferences']['common']['theme'] . '.theme');
}
elseif(@file_exists(EGW_SERVER_ROOT . '/phpgwapi/themes/default.theme'))
{
include($file = EGW_SERVER_ROOT . '/phpgwapi/themes/default.theme');
}
else
{
// Hope we don't get to this point. Better then the user seeing a
// complety back screen and not know whats going on
echo '<body bgcolor="FFFFFF">';
$this->log->write(array('text'=>'F-Abort, No themes found'));
exit;
}
}
/**
* create all the defines / constants of the eGW-environment (plus the deprecated phpgw ones)
*/

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#000000';
$phpgw_info['theme']['special_logo'] = 'logo_000000.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#CCCCFF';
$phpgw_info['theme']['row_off'] = '#E4DFFF';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#9999FF';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#967FF4';
$phpgw_info['theme']['special_logo'] = 'logo_967FF4.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#967FF4';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// This one is for the calendar only
$phpgw_info['theme']['cal_today']= '#FFFFCC';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#5A0000';
$phpgw_info['theme']['special_logo'] = 'logo_5A0000.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#000099';
$phpgw_info['theme']['special_logo'] = 'logo_000099.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#003300';
$phpgw_info['theme']['special_logo'] = 'logo_003300.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,52 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#9999FF';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
// the iDots template uses only css and the default theme (this file)
if ($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] == 'idots')
{
$phpgw_info['theme']['row_off'] = '#E8F0F0';
$phpgw_info['theme']['em_folder'] = '#a0a0a0';
}

View File

@ -1,46 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#F5F5F5';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = '#EE0000';
$phpgw_info['theme']['alink'] = '#EE0000';
$phpgw_info['theme']['link'] = '#EE0000';
$phpgw_info['theme']['row_on'] = '#EEEEFF';
$phpgw_info['theme']['row_off'] = '#FFFFEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#FFE4C4';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#AABBCC';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#F5F5F5';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#D0DCE0';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#7090FF';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,51 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#CFC8A6';
$phpgw_info['theme']['row_off'] = '#EAE9CA';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#9D8E49';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#EAE9CA';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#EAE9CA';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#EAE9CA';
$phpgw_info['theme']['bg02'] = '#EAE9CA';
$phpgw_info['theme']['bg03'] = '#EAE9CA';
$phpgw_info['theme']['bg04'] = '#EAE9CA';
$phpgw_info['theme']['bg05'] = '#EAE9CA';
$phpgw_info['theme']['bg06'] = '#EAE9CA';
$phpgw_info['theme']['bg07'] = '#EAE9CA';
$phpgw_info['theme']['bg08'] = '#EAE9CA';
$phpgw_info['theme']['bg09'] = '#EAE9CA';
$phpgw_info['theme']['bg10'] = '#EAE9CA';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#725E21';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
// the iDots template uses only css and the default theme (this file)
if ($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] == 'idots')
{
$phpgw_info['theme']['row_off'] = '#ECE9DC';
}

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#dfdfdf';
$phpgw_info['theme']['bg_text'] = '#222222';
$phpgw_info['theme']['vlink'] = '#5555ff';
$phpgw_info['theme']['alink'] = 'black';
$phpgw_info['theme']['link'] = '#0000ff';
$phpgw_info['theme']['row_on'] = '#eeeeee';
$phpgw_info['theme']['row_off'] = '#cccccc';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#eeeeee';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#aaaaaa';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#eeeeee';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#eeeeee';
$phpgw_info['theme']['bg02'] = '#cccccc';
$phpgw_info['theme']['bg03'] = '#bbbbbb';
$phpgw_info['theme']['bg04'] = '#aaaaaa';
$phpgw_info['theme']['bg05'] = '#999999';
$phpgw_info['theme']['bg06'] = '#888888';
$phpgw_info['theme']['bg07'] = '#777777';
$phpgw_info['theme']['bg08'] = '#666666';
$phpgw_info['theme']['bg09'] = '#555555';
$phpgw_info['theme']['bg10'] = '#444444';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FBF1C5';
$phpgw_info['theme']['cal_dayview'] = '#F9E99F';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#EAD688';
$phpgw_info['theme']['em_folder_text'] = '#000000';
?>

View File

@ -1,46 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#80BBFF';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#7090FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#7090FF';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,50 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#ffffff';
$phpgw_info['theme']['bg_text'] = '#000000';
// vlink is annoying and unncessary for most apps, make same as link
//$phpgw_info['theme']['vlink'] = '#333366';
$phpgw_info['theme']['vlink'] = '#336699';
$phpgw_info['theme']['alink'] = '#ff0000';
// A.hover in CSS currently works only with idsociety theme + template combo
$phpgw_info['theme']['hovlink'] = '#cc0000';
$phpgw_info['theme']['link'] = '#336699';
$phpgw_info['theme']['row_on'] = '#dddddd';
$phpgw_info['theme']['row_off'] = '#eeeeee';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#adadad';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#adadad';
$phpgw_info['theme']['navbar_text'] = '#ffffff';
$phpgw_info['theme']['table_bg'] = '#9999ff';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#ffffcc';
$phpgw_info['theme']['cal_dayview'] = '#c0c0c0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#adadad';
$phpgw_info['theme']['em_folder_text'] = '#ffffff';

View File

@ -1,52 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#e2d9c4';
$phpgw_info['theme']['row_off'] = '#e2d9c4';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#f6efe0';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#9999FF';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';
// the iDots template uses only css and the default theme (this file)
if ($GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'] == 'jerryr')
{
$phpgw_info['theme']['row_off'] = '#efeadf';
$phpgw_info['theme']['em_folder'] = '#a0a0a0';
}

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#486591';
$phpgw_info['theme']['special_logo'] = 'logo_486591.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#885522';
$phpgw_info['theme']['special_logo'] = 'logo_885522.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,48 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* This file written by marl <marl@users.sourceforge.net> *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#000000';
$phpgw_info['theme']['bg_text'] = '#00FF33';
$phpgw_info['theme']['vlink'] = '#0000FF';
$phpgw_info['theme']['alink'] = '#999999';
$phpgw_info['theme']['link'] = '#0000FF';
$phpgw_info['theme']['row_on'] = '#909090';
$phpgw_info['theme']['row_off'] = '#808080';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#404040';
$phpgw_info['theme']['th_text'] = '#00FF33';
$phpgw_info['theme']['navbar_bg'] = '#00FF33';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#00FF33';
$phpgw_info['theme']['table_text'] = '#FFFFFF';
$phpgw_info['theme']['font'] = 'Helvetica';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// This one is for the calendar only
$phpgw_info['theme']['cal_today'] = '#BFBFBF';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#808080';
$phpgw_info['theme']['em_folder_text'] = '#000000';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#663366';
$phpgw_info['theme']['special_logo'] = 'logo_663366.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#D3DCE3';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#990000';
$phpgw_info['theme']['special_logo'] = 'logo_990000.gif';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#9999FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#666699';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#ce9592';
$phpgw_info['theme']['bg_text'] = '#9d1811';
$phpgw_info['theme']['vlink'] = 'pink';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'red';
$phpgw_info['theme']['row_on'] = '#DDDDDD';
$phpgw_info['theme']['row_off'] = '#EEEEEE';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#ce9592';
$phpgw_info['theme']['th_text'] = '#9d1811';
$phpgw_info['theme']['navbar_bg'] = '#bd524a';
$phpgw_info['theme']['navbar_text'] = '#999999';
$phpgw_info['theme']['table_bg'] = '#ffbab7';
$phpgw_info['theme']['table_text'] = '#72022a';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#bd524a';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#bd542a';
$phpgw_info['theme']['em_folder_text'] = '#9d1811';

View File

@ -1,46 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color'] = '#FFFFFF';
$phpgw_info['theme']['bg_text'] = '#000000';
$phpgw_info['theme']['vlink'] = 'blue';
$phpgw_info['theme']['alink'] = 'red';
$phpgw_info['theme']['link'] = 'blue';
$phpgw_info['theme']['row_on'] = '#CCEEFF';
$phpgw_info['theme']['row_off'] = '#DDF0FF';
$phpgw_info['theme']['row_text'] = '#000000';
$phpgw_info['theme']['th_bg'] = '#80BBFF';
$phpgw_info['theme']['th_text'] = '#000000';
$phpgw_info['theme']['navbar_bg'] = '#80CCFF';
$phpgw_info['theme']['navbar_text'] = '#FFFFFF';
$phpgw_info['theme']['table_bg'] = '#7090FF';
$phpgw_info['theme']['table_text'] = '#000000';
$phpgw_info['theme']['font'] = 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01'] = '#dadada';
$phpgw_info['theme']['bg02'] = '#dad0d0';
$phpgw_info['theme']['bg03'] = '#dacaca';
$phpgw_info['theme']['bg04'] = '#dac0c0';
$phpgw_info['theme']['bg05'] = '#dababa';
$phpgw_info['theme']['bg06'] = '#dab0b0';
$phpgw_info['theme']['bg07'] = '#daaaaa';
$phpgw_info['theme']['bg08'] = '#da9090';
$phpgw_info['theme']['bg09'] = '#da8a8a';
$phpgw_info['theme']['bg10'] = '#da7a7a';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today'] = '#FFFFCC';
$phpgw_info['theme']['cal_dayview'] = '#C0C0C0';
// These are for the email only
$phpgw_info['theme']['em_folder'] = '#7090FF';
$phpgw_info['theme']['em_folder_text'] = '#FFFFFF';

View File

@ -1,47 +0,0 @@
<?php
/**************************************************************************\
* eGroupWare *
* http://www.egroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id$ */
$phpgw_info['theme']['bg_color']= '#FBF1C5';
$phpgw_info['theme']['bg_text']= '#000000';
$phpgw_info['theme']['vlink']= 'blue';
$phpgw_info['theme']['alink']= 'red';
$phpgw_info['theme']['link']= 'blue';
$phpgw_info['theme']['row_on']= '#F7E58F';
$phpgw_info['theme']['row_off']= '#EAD688';
$phpgw_info['theme']['row_text']= '#000000';
$phpgw_info['theme']['th_bg']= '#C8A63B';
$phpgw_info['theme']['th_text']= '#000000';
$phpgw_info['theme']['navbar_bg']= '#F7E58F';
$phpgw_info['theme']['navbar_text']= '#003366';
$phpgw_info['theme']['table_bg']= '#EAD688';
$phpgw_info['theme']['table_text']= '#C5AA2B';
$phpgw_info['theme']['font']= 'Arial, Helvetica, san-serif';
$phpgw_info['theme']['bg01']= '#FBF4D3';
$phpgw_info['theme']['bg02']= '#F9EDB3';
$phpgw_info['theme']['bg03']= '#F5E28B';
$phpgw_info['theme']['bg04']= '#F0D866';
$phpgw_info['theme']['bg05']= '#EDCD39';
$phpgw_info['theme']['bg06']= '#D5B211';
$phpgw_info['theme']['bg07']= '#CCAB12';
$phpgw_info['theme']['bg08']= '#C58C13';
$phpgw_info['theme']['bg09']= '#B69910';
$phpgw_info['theme']['bg10']= '#AC9010';
// Theses are for the calendar only
$phpgw_info['theme']['cal_today']= '#FBF1C5';
$phpgw_info['theme']['cal_dayview']= '#F9E99F';
// These are for the email only
$phpgw_info['theme']['em_folder']= '#EAD688';
$phpgw_info['theme']['em_folder_text']= '#000000';