fix strict js/css notices (#1778815)
[squirrelmail.git] / src / printer_friendly_main.php
index 8632c630a1680ac67df08ae7b0cbcdd3e954a9dc..8c0c03d6e4d522e013beeb0eece54a562e188504 100644 (file)
@@ -9,13 +9,15 @@
  * @package squirrelmail
  */
 
+/** This is the printer_friendly_main page */
+define('PAGE_NAME', 'printer_friendly_main');
+
 /**
  * Include the SquirrelMail initialization file.
  */
 include('../include/init.php');
 
 /* get those globals into gear */
-global $color;
 if ( ! sqgetGlobalVar('passed_ent_id',$passed_ent_id,SQ_GET))
     $passed_ent_id = 0;
 if ( ! sqgetGlobalVar('mailbox',$mailbox,SQ_GET) ||