Add clickjacking protection (thanks to Asbjorn Thorsen and Geir Hansen for bringing...
[squirrelmail.git] / templates / default / config.php
index e7b403b0fc01c17e5c4a23819d76dbbc7caf8c56..56904cc0dd008321131e00a26f9a1b7df989370c 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Provides some basic configuration options to the template engine
  *
- * @copyright © 1999-2007 The SquirrelMail Project Team
+ * @copyright 1999-2011 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
 $template_engine = SQ_PHP_TEMPLATE;
 
 
+/**
+ * Indicates what the content type is for this template set.
+ */
+$content_type = 'text/html';
+
+
 /**
   * If non-empty, indicates which template set this set is derived from.
   *