Add tempalte config for alternate stylesheets
[squirrelmail.git] / class / mime / ContentType.class.php
index ce1f6ec3b5edcef982995507045cdd2090228db7..be8761554ee97dfc271a0492c94e9991416aa54c 100644 (file)
@@ -6,7 +6,7 @@
  * This file contains functions needed to handle content type headers 
  * (rfc2045) in mime messages.
  *
- * @copyright © 2003-2005 The SquirrelMail Project Team
+ * @copyright © 2003-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -56,5 +56,3 @@ class ContentType {
         $this->properties = array();
     }
 }
-
-?>
\ No newline at end of file