Added @package and @subpackage tags (and in some cases, @author tags) in preparation...
authortassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Oct 2003 20:58:30 +0000 (20:58 +0000)
committertassium <tassium@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Oct 2003 20:58:30 +0000 (20:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6038 7612ce4b-ef26-0410-bec9-ea0150e637f0

36 files changed:
themes/alien_glow.php
themes/black_bean_burrito_theme.php
themes/blue_grey_theme.php
themes/bluesnews_theme.php
themes/bluesteel_theme.php
themes/christmas.php
themes/dark_green.php
themes/dark_grey_theme.php
themes/darkness.php
themes/deepocean2_theme.php
themes/deepocean_theme.php
themes/default_theme.php
themes/dompie_theme.php
themes/forest_theme.php
themes/greenhouse_effect.php
themes/high_contrast_theme.php
themes/ice_theme.php
themes/in_the_pink.php
themes/kind_of_blue.php
themes/maize_theme.php
themes/methodical_theme.php
themes/midnight.php
themes/minimal_bw.php
themes/monostochastic.php
themes/penguin.php
themes/plain_blue_theme.php
themes/purple_theme.php
themes/random.php
themes/sandstorm_theme.php
themes/seaspray_theme.php
themes/servery_theme.php
themes/shades_of_grey.php
themes/slashdot_theme.php
themes/spice_of_life.php
themes/spice_of_life_dark.php
themes/spice_of_life_lite.php

index 9c3ad4aed5716ca1d45dd82c66b9931afd7b38e8..92eaa98652b6c2c5c7cb2afececca40087fe7d12 100644 (file)
@@ -1,11 +1,11 @@
 <?php
-   /** 
      Author:       Todd Hammer <thammer@rtccom.com>
      Name:             Alien Glow Theme
      Date:         May 2, 2002
-       Theme Name:   "Alien Glow Color Scheme"
-
   **/
+/**
* @author Todd Hammer <thammer@rtccom.com>
* Name: Alien Glow Theme
* Date: May 2, 2002
+ * @package squirrelmail
+ * @subpackage themes
+ */
 
     $color[0]   = "#19881A"; //      TitleBar
     $color[1]   = "#800000"; // 
index 846363e34c636a00305112e860cedcc1613637ff..92959b9c4064fed81d7d9bcbffcfbb5e9188f5bf 100644 (file)
@@ -3,13 +3,15 @@
 /**
  * black_bean_burrito_theme.php
  *    Name:   Black Bean Burrito
- *    Author: Ray Black
+ * @author Ray Black
  *    Date:   August 15, 2000
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index b2fc4f5396c0c1a5c731f3b4d4cf7cb6f00c008b..ab65a3940a958ac16a316e1b09d73d4f8afaa53d 100644 (file)
@@ -3,13 +3,15 @@
 /**
  * blue_grey_theme.php
  *    Name:   Blue-grey
- *    Author: M.J. Prinsen
+ * @author M.J. Prinsen
  *    Date:   July 20, 2001
  *
  * Copyright (c) 2001-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 36af7747eef49945f36ab548292d85b955e9b15a..06e8d2dc562ceb574c318c49d561662115271047 100644 (file)
@@ -1,18 +1,19 @@
 <?php
 
 /**
- * black_bean_burrito_theme.php
- *    Name:    BluesNews
- *    Author:  Ray Black
- *    Date:    August 15, 2000
- *    Comment: In the long tradition of mimicing popular sites, I bring
- *             you the 'inspired by BluesNews.com' theme. Simple, high-
- *             contrast colorset, easy to read with very little eye strain.
+ * Name:    BluesNews
+ * @author Ray Black
+ * Date:    August 15, 2000
+ * Comment: In the long tradition of mimicing popular sites, I bring
+ *          you the 'inspired by BluesNews.com' theme. Simple, high-
+ *          contrast colorset, easy to read with very little eye strain.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 3ba3f55d061bd0faa1c63cb071ced0515f7a13a7..0950e68de5a85df5863438f1501bcf714672d129 100644 (file)
@@ -7,6 +7,8 @@
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 33858f4f8a3cb07c3b8c75980411132140b3c465..c04e1e61fb03650bdd90670fdbddc49906162507 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * christmas.php
  *    Name:    Christmas
- *    Author:  Jon Tai
+ * @author Jon Tai
  *    Date:    December 23, 2001
  *    Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
  *
@@ -11,6 +11,8 @@
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 8acb5cb0e430e9be9cf28b18f4b5f32b68c11d0c..5bce80b77de70e07c462b700f849605f3b0e3207 100644 (file)
@@ -1,8 +1,11 @@
 <?php
-   /** Author:       Jason Munro 
-       Date:         June 10 2002
-       Theme Name:   "Dark Green"
-    **/
+/**
+ * @author Jason Munro 
+ * Date:         June 10 2002
+ * Theme Name:   "Dark Green"
+ * @package squirrelmail
+ * @subpackage themes
+ */
 
     global $color;
     $color[0]   = "#0a2801"; 
index 2a39d71cf117682d8a1177004c44bdda682f0959..048f31226a3ca76edabc03c90dba86cc11760c20 100644 (file)
@@ -3,13 +3,15 @@
 /**
  * dark_grey_theme.php
  *    Name:   Dark Grey
- *    Author: Justin Miller
+ * @author Justin Miller
  *    Date:   July 24, 2000
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 6454e721ad1a9aec94605e4ed8f3fa2dcd44d60e..61fbb4884074036a5cb012e2c41cdde04ed1c0f3 100755 (executable)
@@ -1,12 +1,14 @@
 <?php
-   /** Author:       Tyler Akins
-       Theme Name:   'Darkness'
-
-       Like black?
-       
-   **/
-
-
+/**
+ * @author Tyler Akins
+ * Theme Name:   'Darkness'
+ * Like black?
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+/**
+ * Load up the usual suspects.. */
 require_once(SM_PATH . 'functions/strings.php');
 
    // Note:  The text distance is actually pre-squared
index d0aff413df7f1d1993f95e8d3edb8b4ceb3c7bf3..9c6b0151c74e5f71b468ece4b6f11a6e3187ce85 100644 (file)
@@ -2,15 +2,17 @@
 
 /**
  * deepocean2_theme.php
- *    Name:    Deep Ocean 2
- *    Author:  M.J. Prinsen
- *    Date:    May 23, 2000
- *    Comment: Deep Ocean 2 is very blue with a white background.
+ * Name:    Deep Ocean 2
+ * @author M.J. Prinsen
+ * Date:    May 23, 2000
+ * Comment: Deep Ocean 2 is very blue with a white background.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 9a137c8cb40ee1c5672a1b2be8de1b9c75c119d7..ddd44303b6e6ec675bab4d90056bbc75e840030c 100644 (file)
@@ -2,15 +2,17 @@
 
 /**
  * deepocean_theme.php
- *    Name:    Deep Ocean
- *    Author:  M.J. Prinsen
- *    Date:    January 3, 2000
- *    Comment: Deep Ocean is a theme that is very blue.
+ * Name:    Deep Ocean
+ * @author M.J. Prinsen
+ * Date:    January 3, 2000
+ * Comment: Deep Ocean is a theme that is very blue.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index b940dc3b99069296423c8b2283b9e57a8b8154b2..6c1b5f92c675ffbb3fb2c9acf780d1bf0a0ae52c 100644 (file)
@@ -1,20 +1,22 @@
 <?php
-   /** Author:       Luke Ehresman
-       Date:         January 2, 2000
-       Theme Name:   'Default Theme'
-
-       This is the default theme that comes standard with SquirrelMail.
-       Most of the colors were taken from mail.yahoo.com's theme on their
-       site.
-
-       To create a new theme, just copy this file, and edit the colors.
-       Be sure to rename the file and keep the original, just in case.
-
-       NOTE:
-       You might want to submit the theme you create to our Patches tracker
-       on http://sourceforge.net/projects/squirrelmail
-       for inclusion in further releases of SquirrelMail.
-    **/
+/**
+ * @author Luke Ehresman
+ * January 2, 2000
+ * Theme Name:   'Default Theme'
+ * This is the default theme that comes standard with SquirrelMail.
+ * Most of the colors were taken from mail.yahoo.com's theme on their
+ * site.
+ *
+ * To create a new theme, just copy this file, and edit the colors.
+ * Be sure to rename the file and keep the original, just in case.
+ *
+ * NOTE:
+ * You might want to submit the theme you create to our Patches tracker
+ * on http://sourceforge.net/projects/squirrelmail
+ * for inclusion in further releases of SquirrelMail.
+ * @package squirrelmail
+ * @subpackage themes
+ **/
 
     global $color;
     $color[0]   = '#DCDCDC'; // (light gray)     TitleBar
index 2c4019eee217bf5dc69304d685c48758e4abbb24..49ea20cf7c9616dcdde7790f1f574f0eea5c420c 100644 (file)
@@ -2,15 +2,17 @@
 
 /**
  * dompie_theme.php
- *    Name:    Dompie
- *    Author:  M.J. Prinsen
- *    Date:    November 19, 2001
- *    Comment: Has a dark blue left-bar and a white/grey right frame.
+ * Name:    Dompie
+ * @author M.J. Prinsen
+ * Date:    November 19, 2001
+ * Comment: Has a dark blue left-bar and a white/grey right frame.
  *
  * Copyright (c) 2001-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index e478ddd20519fc6b67c2a8c511a43aad9cd9a75d..5825f85620d992e44827ef00822ff54a960e7859 100644 (file)
@@ -2,15 +2,17 @@
 
 /**
  * dompie_theme.php
- *    Name:    Forest
- *    Author:  Luke Ehresman
- *    Date:    January 7, 2000
- *    Comment: This theme uses Forest-ish colors (mostly green).
+ * Name:    Forest
+ * @author Luke Ehresman
+ * Date:    January 7, 2000
+ * Comment: This theme uses Forest-ish colors (mostly green).
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 192faecbfafcd5edab7c3c915c65ce28231bdde5..c3af13941afeaec88166dfafcda1a3d49406f756 100755 (executable)
@@ -1,17 +1,18 @@
 <?php
 
 /**
- * dompie_theme.php
- *    Name:    Greenhouse Effect
- *    Author:  Joey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors, featuring a
- *             light greenish background.
+ * Name:    Greenhouse Effect
+ * @author Joey Bump
+ * Date:    October 20, 2001
+ * Comment: This theme generates random colors, featuring a
+ *          light greenish background.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /** seed the random number generator **/
index b82160ea15d309a33b45af1687a402a1d29c406e..6905c3b6c112251a5b93f26f7f8c78a09d10ac4b 100644 (file)
@@ -2,15 +2,16 @@
 
 /**
  * high_contrast_theme.php
- *    Name:    High Contrast
- *    Author:  Casey A. Peel
- *    Date:    July 13, 2000
- *    Comment: 
+ * Name:    High Contrast
+ * @author Casey A. Peel
+ * Date:    July 13, 2000
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index f8f0601fa2c0526bd6eada5bdf785a149d59ab58..4c09278196cca1893a3943f6bfca4a9590485bbd 100644 (file)
@@ -2,15 +2,16 @@
 
 /**
  * ice_theme.php
- *    Name:    Ice Theme
- *    Author:  Luke Ehresman
- *    Date:    January 7 2000
- *    Comment: 
+ * Name:    Ice Theme
+ * @author Luke Ehresman
+ * Date:    January 7 2000
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 14b4aafe56b6f5377f79b4c4243be0d0d2216004..9254ec6e480d8211cd128598bc38059702b525da 100755 (executable)
@@ -2,16 +2,18 @@
 
 /**
  * in_the_pink.php
- *    Name:    In the Pink
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors, featuring a reddish
- *             background with dark text.
+ * Name:    In the Pink
+ * @author Jorey Bump
+ * Date:    October 20, 2001
+ * Comment: This theme generates random colors, featuring a reddish
+ *          background with dark text.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /* seed the random number generator */
index c1afdcbe181d62afdba49f22fee5187de2ba97d3..99c8e52316eba36d26a9fd09b67d54c60436443f 100755 (executable)
@@ -2,19 +2,21 @@
 
 /**
  * kind_of_blue.php
- *    Name:    Kind of Blue
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors, featuring a
- *             light bluish background with dark text.
+ * Name:    Kind of Blue
+ * @author Jorey Bump
+ * Date:    October 20, 2001
+ * Comment: This theme generates random colors, featuring a
+ *          light bluish background with dark text.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
    
-/* seed the random number generator */
+/** seed the random number generator */
 sq_mt_randomize();
 
 for ($i = 0; $i <= 15; $i++) {
index 4a110182917c47138d6b5702f537197ec1c0602f..00532098b9e9504761edccc6d6af4d5815795de6 100644 (file)
@@ -2,21 +2,23 @@
 
 /**
  * maize_theme.php
- *    Name:    Maize
- *    Author:  Ray Black
- *    Date:    August 15, 2000
- *    Comment: Staying with the 'South of the border food' theme,
- *              Staying with the 'South of the border food' theme,
- *              I bring you Maize to accompany Black Bean Burrito.
- *              As the Furbies say: Yum! Oh, message highlighting
- *              looks best with colors in the neighborhood of
- *              #7A6A50, bumping up the red, green and blue where
- *              necessary.
+ * Name:    Maize
+ * @author Ray Black
+ * Date:    August 15, 2000
+ * Comment: Staying with the 'South of the border food' theme,
+ *          Staying with the 'South of the border food' theme,
+ *          I bring you Maize to accompany Black Bean Burrito.
+ *          As the Furbies say: Yum! Oh, message highlighting
+ *          looks best with colors in the neighborhood of
+ *          #7A6A50, bumping up the red, green and blue where
+ *          necessary.
  *             
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 554459a456abc2f94670a675a4bc9fa1b1ff4e69..b9666aa5e4a779229dac15c1e52895edcf9f3b97 100644 (file)
@@ -2,17 +2,19 @@
 
 /**
  * methodical_theme.php
- *    Name:    Methodical
- *    Author:  Ray Black III
- *    Date:    November 19, 2001
- *    Comment: Methodical is a theme that's based on the dompie theme,
- *             but expands the blue across the entire page, and modifies
- *             some of the gray backgrounds.
+ * Name:    Methodical
+ * @author Ray Black III
+ * Date:    November 19, 2001
+ * Comment: Methodical is a theme that's based on the dompie theme,
+ *          but expands the blue across the entire page, and modifies
+ *          some of the gray backgrounds.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 669951be5d413c2f0d0d472fcfed277396918c16..404d3376eb410e5bb3e363cbd4333e067cb8a3b3 100644 (file)
@@ -2,15 +2,17 @@
 
 /**
  * midnight.php
- *    Name:   Midnight
- *    Author: Jim Riffle
- *    Date:   November 14, 2001
- *    Comment: A popular theme with Jim's users
+ * Name:   Midnight
+ * @author Jim Riffle
+ * Date:   November 14, 2001
+ * Comment: A popular theme with Jim's users
  *
  * Copyright (c) 2001-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index cd69e1e95723a911bb03f728ea25c1678419bf40..1c830bddf4f6c712a2f92f997021e031b1105b93 100644 (file)
@@ -1,12 +1,15 @@
 <?php
-   /** Author:       Tomas Kuliavas
-       Date:         July 26, 2003
-       Theme Name:   'Minimal BW Theme'
-    
-    This theme uses black color for text and white for background.
-    
-    Problem: $color[9] is used for background and for disabled links.
-    **/
+/**
+ * @author Tomas Kuliavas
+ * Date:         July 26, 2003
+ * Theme Name:   'Minimal BW Theme'
+ *    
+ * This theme uses black color for text and white for background.
+ * 
+ * Problem: $color[9] is used for background and for disabled links.
+ * @package squirrelmail
+ * @subpackage themes
+ */
 
     global $color;
     $color[0]   = '#FFFFFF'; // (white)   TitleBar
index 35a5629a2f91def4f182f9f2c0d87fba81b2771d..1dba595342c9f6b207d96be53ded04e46d3d5b95 100755 (executable)
@@ -2,19 +2,21 @@
 
 /**
  * monostochastic.php
- *    Name:    Monostochastic
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: Generates random two-color frames, featuring either
- *             a dark or light background.
+ * Name:    Monostochastic
+ * @author Jorey Bump
+ * Date:    October 20, 2001
+ * Comment: Generates random two-color frames, featuring either
+ *          a dark or light background.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
-/* seed the random number generator */
+/** seed the random number generator */
 sq_mt_randomize();
 
 /** light(1) or dark(0) background toggle **/
index 1c2894f4ad9458b77e22d97b0dc2a47768f33c80..b47eaee91a6f47834775a76ec860049f3ef55545 100644 (file)
@@ -2,16 +2,18 @@
  
 /**
  * penguin.php
- *    Name:    Penguin
- *    Author:  Peter J. Vasquez Sr.
- *    Date:    Jult 25, 2002
- *    Comment: This theme is my attempt at using the colors of the
- *             ever-popular Linux penguin.  :)
+ * Name:    Penguin
+ * @author Peter J. Vasquez Sr.
+ * Date:    Jult 25, 2002
+ * Comment: This theme is my attempt at using the colors of the
+ *          ever-popular Linux penguin.  :)
  *
  * Copyright (c) 2001-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 $color[0]   = '#FFCC00'; // b  0: Title Bar at the top of the page header
index 797131617b9bc812f6864210dd664c67556a2a7d..27189b8bec0e0787c64a1b3f97a41b9420e39f8e 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
 /**
- * plain_blue_theme.php
- *    Name:    Plain Blue
- *    Author:  Luke Ehresman
- *    Date:    April 30, 2000
- *    Comment: 
+ * Name: Plain Blue
+ * @author Luke Ehresman
+ * Date: April 30, 2000
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index cfcea5fd94cf70bb47c4449e096067618ace8c28..429a8b54d0a2dc22c20987fe04bc0104f514654b 100644 (file)
@@ -1,16 +1,17 @@
 <?php
 
 /**
- * purple_theme.php
- *    Name:    Purple Theme
- *    Author:  Luke Ehresman
- *    Date:    January 7, 2000
- *    Comment: This Theme is composed entirely of shades of purple.
+ * Name:   Purple Theme
+ * @author Luke Ehresman
+ * Date:   January 7, 2000
+ * Comment This Theme is composed entirely of shades of purple.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
@@ -28,4 +29,4 @@ $color[10]  = '#726987'; // (dark purp)      Darker version of #9
 $color[11]  = '#770000'; // (dark red)       Special Folders color
 $color[12]  = '#E0D9F2';
 
-?>
\ No newline at end of file
+?>
index b6af679bf9a66ff8e32a76fc5581b1fd6cdbb3cf..aee02320d201eec1277cc0b134c9a1f64e822736 100755 (executable)
@@ -1,18 +1,20 @@
 <?php
 
 /**
- * random.php
- *    Name:    Random Theme Every Login
- *    Author:  Tyler Akins
- *    Date:    December 24, 2001
- *    Comment: Guess what this does!
+ * Name:    Random Theme Every Login
+ * @author  Tyler Akins
+ * Date:    December 24, 2001
+ * Comment: Guess what this does!
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmai
+ * @subpackage themes
  */
 
+/** Initialize the random number generator */
 sq_mt_randomize();
 
 require_once(SM_PATH . 'functions/global.php');
index b06e9b5ff0b1709e9f8109979e03d07cef513024..494b07bee9c8a5331657d6f01a599c95754676c7 100644 (file)
@@ -1,16 +1,17 @@
 <?php
 
 /**
- * sandstorm_theme.php
- *    Name:    Sand Storm
- *    Author:  Luke Ehresman
- *    Date:    January 2, 2000
- *    Comment: This is a theme using Tan as its main color.
+ * Name:    Sand Storm
+ * @author  Luke Ehresman
+ * Date:    January 2, 2000
+ * Comment: This is a theme using Tan as its main color.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index f82e3528ab7135bfc0ceffdb5eb1c554a24d7943..8bf555ab39cc8ccb4a7ad15af8dc82a1a53963e1 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
 /**
- * seaspray_theme.php
- *    Name:    Sea Spray Theme
- *    Author:  Luke Ehresman
- *    Date:    March 3, 2000
- *    Comment: 
+ * Name:    Sea Spray Theme
+ * @author  Luke Ehresman
+ * Date:    March 3, 2000
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 264ec54b9e3f242c174bb9bee243b20656e348d3..8c0577a335fb66cb027f0cc9fc771e658588a724 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
 /**
- * servery_theme.php
- *    Name:    Servery.cz Theme
- *    Author:  Ondrej Sury <ondrej@globe.cz>
- *    Date:    August 18, 2000
- *    Comment: 
+ * Name:   Servery.cz Theme
+ * @author Ondrej Sury <ondrej@globe.cz>
+ * Date:   August 18, 2000
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index 57dab01a533e638f5765d41d2c3872ca67f43905..abc1b3d53757cc026b9f96a96995aa4190c0445d 100755 (executable)
@@ -1,20 +1,21 @@
 <?php
 
 /**
- * shades_of_grey.php
- *    Name:    Shades of Grey
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors, featuring a
- *             light greyish background with dark text.
+ * Name:   Shades of Grey
+ * @author Jorey Bump
+ * Date:   October 20, 2001
+ * Comment This theme generates random colors, featuring a
+ *         light greyish background with dark text.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
-/* seed the random number generator */
+/** seed the random number generator */
 sq_mt_randomize();
 
 for ($i = 0; $i <= 15; $i++) {
index 3d91be08d45fca52da1dd6d8e32d645211d9b308..6fe409fc9d15622a7cac5b761a93048dd275a55b 100644 (file)
@@ -1,17 +1,18 @@
 <?php
 
 /**
- * slashdot_theme.php
- *    Name:    Slashdot Theme
- *    Author:  Luke Ehresman
- *    Date:    January 3, 2000
- *    Comment: This theme tries to mimic the color scheme from the
- *             "News for Nerds" web site, www.slashdot.org.
+ * Name:   Slashdot Theme
+ * @author Luke Ehresman
+ * Date:   January 3, 2000
+ * Comment This theme tries to mimic the color scheme from the
+ *         "News for Nerds" web site, www.slashdot.org.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
index a25d2e4f98665363cb04e45d6d89f38d207bd52c..eca95f3b089940956559d9cc9dbf517ac568777b 100755 (executable)
@@ -1,17 +1,18 @@
 <?php
 
 /**
- * spice_of_life.php
- *    Name:    Spice of Life
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: Generates random colors for each frame,
- *             featuring either a dark or light background.
+ * Name:   Spice of Life
+ * @author Jorey Bump
+ * Date:   October 20, 2001
+ * Comment Generates random colors for each frame,
+ *         featuring either a dark or light background.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /** seed the random number generator **/
index 36c64553d113278b6d7b1c63e5d21ec3d74f32e6..e4919a9512b44729de0b9871343f2f3af6597682 100755 (executable)
@@ -1,17 +1,18 @@
 <?php
 
 /**
- * spice_of_life_dark.php
- *    Name:    Spice of Life - Dark
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors,
- *             featuring a dark background with light text.
+ * Name:   Spice of Life - Dark
+ * @author Jorey Bump
+ * Date:   October 20, 2001
+ * Comment This theme generates random colors,
+ *         featuring a dark background with light text.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /** seed the random number generator **/
index 5d86209d89451ef05072e2e4f00329106117cd92..11f1523a6bfe0ff60cf55713792ef662d2c6e7ef 100755 (executable)
@@ -1,17 +1,18 @@
 <?php
 
 /**
- * spice_of_life_lite.php
- *    Name:    Spice of Life - Lite
- *    Author:  Jorey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors, featuring a
- *             lite background with dark text.
+ * Name:   Spice of Life - Lite
+ * @author Jorey Bump
+ * Date:   October 20, 2001
+ * Comment This theme generates random colors, featuring a
+ *         lite background with dark text.
  *
  * Copyright (c) 2000-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmai
+ * @subpackage themes
  */
 
 /** seed the random number generator **/