X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fprinter_friendly_main.php;h=8c0c03d6e4d522e013beeb0eece54a562e188504;hp=ce356ba98af980076a6055a6ebe74d70d86795e0;hb=6f71f6e6734347bde49b9dc55738ccc8c72cff79;hpb=c2b22517f2ec05844f94fca31effe6773da02b5b diff --git a/src/printer_friendly_main.php b/src/printer_friendly_main.php index ce356ba9..8c0c03d6 100644 --- a/src/printer_friendly_main.php +++ b/src/printer_friendly_main.php @@ -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) ||