]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/mailbox.pm
special case for comments pages
[git.ikiwiki.info.git] / IkiWiki / Plugin / mailbox.pm
index 991e4d4ceb74cc8c1327123fd0fbb9607d8f6a53..92ddf99f32f65f141f471b0590b61ba4d443d91c 100644 (file)
@@ -256,7 +256,7 @@ sub pagetemplate (@) { #{{{
         my $template=$params{template};
 
 
-       if (defined($config{mailbox_copyright})){
+       if ($page =~ /.*comments/  && defined($config{mailbox_copyright})){
            $template->param(COPYRIGHT=>$config{mailbox_copyright});
        }