add PAGE_NAME constant to every page under src/.
[squirrelmail.git] / src / printer_friendly_top.php
index 063b6deb6462df39d02c81ac06fba692938116a0..2473f1a55346d15ca063947b61534b2eaec45bfa 100644 (file)
@@ -12,6 +12,9 @@
  * @package squirrelmail
  */
 
+/** This is the printer_friendly_top page */
+define('PAGE_NAME', 'printer_friendly_top');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -23,4 +26,3 @@ $oErrorHandler->setDelayedErrors(true);
 $oTemplate->display('printer_friendly_top.tpl');
 
 $oTemplate->display('footer.tpl');
-?>
\ No newline at end of file