Per last commit, fix other places using msg message file extension - change to eml
[squirrelmail.git] / src / printer_friendly_main.php
index ce356ba98af980076a6055a6ebe74d70d86795e0..8c0c03d6e4d522e013beeb0eece54a562e188504 100644 (file)
@@ -3,19 +3,21 @@
 /**
  * printer_friendly frameset
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @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) ||