Should be a better fix so this hook now works with plugins that have been using it...
[squirrelmail.git] / themes / simple_green_theme.php
index d4da68fa8af9ed79b41e953ce87b2b972f5c454c..a4dbeaea43649cad11fd7553faffb7f0dd67c6f9 100644 (file)
@@ -1,11 +1,15 @@
 <?php
 
-
 /**
- * simple_green_theme.php
- *    Name:   Simple-Green
- *    Author: Paul Lesneiwski
- *    Date:   2004/09/20
+ * Name: Simple-Green
+ * Date: 2004/09/20
+ *
+ * @author Paul Lesneiwski
+ * @copyright &copy; 2004-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 global $color;
@@ -25,5 +29,3 @@ $color[12] = "#EDEDED"; // (light gray) Alternate List Item Color (alternates wi
 $color[13] = "#800000"; // (dark red) > Quoted Message Text
 $color[14] = "#FF0000"; // (rec) >> Multi-Quoted Message Text (2 >'s or more)
 $color[15] = "#002266"; // (dark blue NOTE: not tested) L. Frame: unselectable folders
-
-?>