X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fdefault%2Fconfig.php;h=a3b00a346f33408f430a762441eb701087e5bd07;hb=1942248e1d29a0c7fa5ce5d142d618636c6991dd;hp=e7b403b0fc01c17e5c4a23819d76dbbc7caf8c56;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d;p=squirrelmail.git diff --git a/templates/default/config.php b/templates/default/config.php index e7b403b0..a3b00a34 100644 --- a/templates/default/config.php +++ b/templates/default/config.php @@ -3,7 +3,7 @@ /** * Provides some basic configuration options to the template engine * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -17,6 +17,12 @@ $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. *