- pulled all options output in options.tpl template
[squirrelmail.git] / themes / spice_of_life_dark.php
index b9718cf94a99319b3aeec7768991a4f08863b878..eb17f92e0aa130b1ffb0521ee5e07c115620833a 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();