add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / style.php
index 341d89ffc722ff37b1578a85b487391f6670ef78..c79dcb4fc36f3f5d7da497bcc6a04f1138e1cb17 100644 (file)
@@ -20,6 +20,9 @@
  * @package squirrelmail
  */
 
+/** This is the style page */
+define('PAGE_NAME', 'style');
+
 /**
  * Set the location in order to skip unneeded validation and other includes
  * in the SquirrelMail initialisation file.