Allow template sets to define what the content-type of their output is.
[squirrelmail.git] / templates / default / config.php
index e7b403b0fc01c17e5c4a23819d76dbbc7caf8c56..dc4396879956d5edf081759cee43497e9158378e 100644 (file)
 $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.
   *