- pulled all options output in options.tpl template
[squirrelmail.git] / themes / in_the_pink.php
index e314ea6001210889bd6a5c828b6f29e4d3f7b491..3a9fd6cc5e157bf5daaf7e633d17ad512d835bbe 100755 (executable)
@@ -8,13 +8,22 @@
  *          background with dark text.
  *
  * @author Jorey Bump
- * @copyright © 2000-2005 The SquirrelMail Project Team
+ * @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();