X-Priority Low is 5, not 3. Thanks Thierry Godefroy.
[squirrelmail.git] / src / view_html.php
index 28aa5a78df9a5b31c0c381df79fc532546521c1e..c0d2932a02446e988f19b83c21a7b086e27b4cd7 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
 /**
- * $Source$
+ * view_html
  * Displays html message parts
  *
  * File is used to display html message parts. Usually inside iframe.
@@ -16,6 +16,9 @@
  * @package squirrelmail
  */
 
+/** This is the view_html page */
+define('PAGE_NAME', 'view_html');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -74,4 +77,3 @@ $body = MagicHTML( $body, $passed_id, $message, $mailbox);
 /** TODO: charset might be part of html code. */
 header('Content-Type: text/html; charset=' . $charset);
 echo $body;
-?>