adding phpdoc blocks and including new themes into default config
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 24 Nov 2004 16:39:53 +0000 (16:39 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 24 Nov 2004 16:39:53 +0000 (16:39 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8396 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php
themes/silver_steel_theme.php
themes/simple_green_theme.php
themes/wood_theme.php

index 228cb82742c8d195b0f14ac9151a6f424179bd2b..fe4c4a840abc43856a38f5423a3e068e9ec969db 100644 (file)
@@ -707,6 +707,18 @@ $theme[35]['NAME'] = 'Minimal BW';
 $theme[36]['PATH'] = SM_PATH . 'themes/redmond.php';
 $theme[36]['NAME'] = 'Redmond';
 
+$theme[37]['PATH'] = SM_PATH . 'themes/netstyle_theme.php';
+$theme[37]['NAME'] = 'Net Style';
+
+$theme[38]['PATH'] = SM_PATH . 'themes/silver_steel_theme.php';
+$theme[38]['NAME'] = 'Silver Steel';
+
+$theme[39]['PATH'] = SM_PATH . 'themes/simple_green_theme.php';
+$theme[39]['NAME'] = 'Simple Green';
+
+$theme[40]['PATH'] = SM_PATH . 'themes/wood_theme.php';
+$theme[40]['NAME'] = 'Wood';
+
 /**
  * LDAP server(s)
  *   Array of arrays with LDAP server parameters. See
index 336ecb916aefa5f59433a8ec34b564d82ee15d96..9e0becbaec4adc727fcd1505593651193ee27fb1 100644 (file)
@@ -5,6 +5,9 @@
  *    Name:   Silver-Steel
  *    Author: Pavel Spatny
  *    Date:   2004/11/16
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index d4da68fa8af9ed79b41e953ce87b2b972f5c454c..4eceb171b4bd38701a08abf96631ff5689527b0a 100644 (file)
@@ -1,11 +1,13 @@
 <?php
 
-
 /**
  * simple_green_theme.php
  *    Name:   Simple-Green
  *    Author: Paul Lesneiwski
  *    Date:   2004/09/20
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 10a1859f3b49b6992f6c3670e24f84d48efc34c5..61ace08d6adbd1b40090134b46cf297c3a36a625 100644 (file)
@@ -5,6 +5,9 @@
  *    Name:   Wood
  *    Author: Pavel Spatny
  *    Date:   2004/11/16
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;