From 68b684c1bb0a1743844252173bee3ea92d16691f Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 10 Jul 2008 10:33:06 +0000 Subject: [PATCH] New config option for comment tokens --- include/tpl/config_local.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/tpl/config_local.inc.php b/include/tpl/config_local.inc.php index 68992627..3cdf2897 100644 --- a/include/tpl/config_local.inc.php +++ b/include/tpl/config_local.inc.php @@ -349,6 +349,13 @@ 'default' => array('true' => YES, 'false' => NO, 'fulltext' => FULL_COMMENT_TEXT), 'permission' => 'siteConfiguration'), + array('var' => 'useCommentTokens', + 'title' => COMMENT_TOKENS, + 'description' => COMMENT_TOKENS_DESC, + 'type' => 'bool', + 'default' => false, + 'permission' => 'blogConfiguration'), + array('var' => 'lang', 'title' => INSTALL_LANG, 'description' => INSTALL_LANG_DESC,