From 7b090fce5f17acdc58c5150498fde9c76e482b02 Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Tue, 31 Jan 2012 15:35:53 +0100 Subject: [PATCH] Do not show 'add a comment' if comments are globally disabled. --- templates/art5/_story_footer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/art5/_story_footer b/templates/art5/_story_footer index 05ace11..a2216c6 100644 --- a/templates/art5/_story_footer +++ b/templates/art5/_story_footer @@ -50,7 +50,7 @@ } } } - {if {story_has_comments $0 $1} { + {if {and {not cfg_disable_comments} {story_has_comments $0 $1}} { {link { ? -- 2.11.4.GIT