phpDocumentor updates
[squirrelmail.git] / src / view_html.php
index 462e197433f9a72860b9e24fe2d415b4eb2492c4..a49efa62c54e79159b634690e2574da03862b1d4 100644 (file)
@@ -1,31 +1,17 @@
 <?php
+
 /**
  * $Source$
  * Displays html message parts
  *
  * File is used to display html message parts. Usually inside iframe.
- * It should be called with passed_id, ent_id and mailbox options in 
- * GET request. passed_ent_id and view_unsafe_images options are 
- * optional. User must be authenticated ($key in cookie. $username and 
+ * It should be called with passed_id, ent_id and mailbox options in
+ * GET request. passed_ent_id and view_unsafe_images options are
+ * optional. User must be authenticated ($key in cookie. $username and
  * $onetimepad in session).
- * 
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * This file is part of SquirrelMail webmail interface.
- * 
- * SquirrelMail is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * SquirrelMail is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with SquirrelMail; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -97,4 +83,5 @@ $body = MagicHTML( $body, $passed_id, $message, $mailbox);
 /** TODO: charset might be part of html code. */
 header('Content-Type: text/html; charset=' . $charset);
 echo $body;
+
 ?>
\ No newline at end of file