information about MailSite
[squirrelmail.git] / themes / kind_of_blue.php
index 829422671590b41b078bb0321fc000f4d15bf056..dd3cd11d3effc981cf5a3249c8e53dcf8de48715 100755 (executable)
@@ -3,19 +3,27 @@
 /**
  * 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.
  *
- * Copyright (c) 2000-2004 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * $Id$
+ * @author Jorey Bump
+ * @copyright © 2000-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
  * @package squirrelmail
  * @subpackage themes
  */
-   
+
+/** Prevent direct script loading */
+if ((isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE__) ||
+    (isset($HTTP_SERVER_SERVER['SCRIPT_FILENAME']) && $HTTP_SERVER_SERVER['SCRIPT_FILENAME'] == __FILE__) ) {
+    die();
+}
+
+/** load sq_mt_randomize() */
+include_once(SM_PATH . 'functions/strings.php');
+
 /** seed the random number generator */
 sq_mt_randomize();
 
@@ -62,4 +70,4 @@ $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
 
 */
 
-?>
+?>
\ No newline at end of file