Allow custom session handlers to work correctly (and be defined at the application...
[squirrelmail.git] / src / view_header.php
index a9b3a8514c03f5631316dfa823b411d64ed0387f..0e0b2e218901a711b90ab472364ab7017f44bbf9 100644 (file)
@@ -5,12 +5,15 @@
  *
  * This is the code to view the message header.
  *
- * @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 view_header page */
+define('PAGE_NAME', 'view_header');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -115,4 +118,3 @@ $oTemplate->assign('headers', $aTemplateHeaders);
 $oTemplate->display('view_header.tpl');
 
 $oTemplate->display('footer.tpl');
-?>
\ No newline at end of file