Added penguin theme.
authorthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 15:38:50 +0000 (15:38 +0000)
committerthomppj <thomppj@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 25 Jul 2002 15:38:50 +0000 (15:38 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3129 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php
themes/christmas.php

index a5ae959a7265f7784c5c37062a36b112a8f57dc2..a1e2712646ec5194fed731f587c48ee8ec239298 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * BEFORE EDITING THIS FILE!
  *
@@ -375,6 +376,9 @@ $theme[32]['NAME'] = 'Alien Glow';
 $theme[33]['PATH'] = '../themes/dark_green.php';
 $theme[33]['NAME'] = 'Dark Green';
 
+$theme[33]['PATH'] = '../themes/penguin.php';
+$theme[33]['NAME'] = 'Penguin';
+
 /**
  * LDAP server(s)
  *   Array of arrays with LDAP server parameters. See
index b71119589173229c1820e9f988882c70df5898f2..56d22a7db36df0494e075a5e643ce4c1373f4f63 100644 (file)
@@ -28,4 +28,5 @@ $color[10]  = '#88AA88'; // Dimmed out folder color
 $color[11]  = '#EE0000'; // Special folders / Unseen messages color
 $color[12]  = '#DDFFDD'; // Alternate table row color
 $color[15]  = '#AAFFAA'; // Unselectable folders
+
 ?>