From 6fbf700a4cdad2bc53c631d6efc96af2f06ed82d Mon Sep 17 00:00:00 2001 From: Guillaume DELVIT Date: Wed, 29 Apr 2020 15:18:21 +0200 Subject: [PATCH] FIX Comment feed link is displayed even if comments are disabled #429 --- themes/defaut/commentaires.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/defaut/commentaires.php b/themes/defaut/commentaires.php index 1070b6318..46190254a 100644 --- a/themes/defaut/commentaires.php +++ b/themes/defaut/commentaires.php @@ -112,6 +112,8 @@ function cancelCom() { if(parent!='') { replyCom(parent) } + comFeed('rss',$plxShow->artId(), '

#feedName

'); ?> +

@@ -119,5 +121,3 @@ function cancelCom() {

- - comFeed('rss',$plxShow->artId(), '

#feedName

'); ?>