Browse Source

adding phpdoc blocks and including new themes into default config

tokul 20 years ago
parent
commit
a5da0d6a1f
4 changed files with 21 additions and 1 deletions
  1. 12 0
      config/config_default.php
  2. 3 0
      themes/silver_steel_theme.php
  3. 3 1
      themes/simple_green_theme.php
  4. 3 0
      themes/wood_theme.php

+ 12 - 0
config/config_default.php

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

+ 3 - 0
themes/silver_steel_theme.php

@@ -5,6 +5,9 @@
  *    Name:   Silver-Steel
  *    Author: Pavel Spatny
  *    Date:   2004/11/16
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;

+ 3 - 1
themes/simple_green_theme.php

@@ -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;

+ 3 - 0
themes/wood_theme.php

@@ -5,6 +5,9 @@
  *    Name:   Wood
  *    Author: Pavel Spatny
  *    Date:   2004/11/16
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;