add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / image.php
index e1a2680c9e61b4e66d77a0f93f1694febef054b3..a2ef223b5d73bbece7dbc8d3f1e7cf747ffec459 100644 (file)
  * @package squirrelmail
  */
 
+/** This is the image page */
+define('PAGE_NAME', 'image');
+
 /**
  * Include the SquirrelMail initialization file.
  */
 require('../include/init.php');
 
-displayPageHeader($color, 'None');
+displayPageHeader($color);
 
 /* globals */
 if ( sqgetGlobalVar('passed_id', $temp, SQ_GET) ) {