avoid E_STRICT errors
[squirrelmail.git] / src / style.php
index 95c1bcef5635945bf4af7bbe5beb5581502eb5f7..9b9202b9755262c6d7f7da05c546b66b88350408 100644 (file)
  *   <li>fontsize - integer, sets selected font size
  *   <li>dir - string, sets text direction variables. Possible values 'rtl' or 'ltr'
  * </ul>
- * @copyright &copy; 2005-2006 The SquirrelMail Project Team
+ * @copyright &copy; 2005-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
 
-/**
- * Set the location in order to skip unneeded validation and other includes
- * in the SquirrelMail initialisation file.
- */
-$sInitLocation = 'style';
+/** This is the style page */
+define('PAGE_NAME', 'style');
 
 /**
  * Include the SquirrelMail initialization file.