X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=include%2Fconstants.php;h=3ae1327b13b4b8c45fb3eadc8f7eeae605f1c16c;hb=835db280639a530c9336208f24501eec0dfe28ef;hp=adaff8179f628c1d2e08eb1fabd8246ea438cfd6;hpb=c2b585c5e1d529845bf8e596f1c20c90e4caa1e5;p=squirrelmail.git diff --git a/include/constants.php b/include/constants.php index adaff817..3ae1327b 100644 --- a/include/constants.php +++ b/include/constants.php @@ -160,3 +160,10 @@ define('SQ_TYPE_STRING', 'string'); define('SQ_TYPE_BOOL', 'bool'); define('SQ_TYPE_ARRAY', 'array'); +/** + * Template engines supported + * @since 1.5.2 + */ +define('SQ_PHP_TEMPLATE', 'PHP_'); +define('SQ_SMARTY_TEMPLATE', 'Smarty_'); +