- pulled all options output in options.tpl template
[squirrelmail.git] / themes / in_the_pink.php
index 88cbadabf77965fabf2daddef8f889d275766e4c..3a9fd6cc5e157bf5daaf7e633d17ad512d835bbe 100755 (executable)
  * @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();