From 88881a908762c6d1787f77e14dad220bf0baf616 Mon Sep 17 00:00:00 2001 From: Jams H Thompson Date: Wed, 21 Nov 2007 06:04:37 +0000 Subject: fix comments at top of page feature --- templates/show_page.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/show_page.tpl b/templates/show_page.tpl index 776dc3e..f5c9a56 100644 --- a/templates/show_page.tpl +++ b/templates/show_page.tpl @@ -1,4 +1,4 @@ -{if $gBitSystem->isFeatureActive( 'comments_at_top_of_page' ) and $print_page ne 'y' and $gBitSystem->isFeatureActive( 'wiki_comments' )} +{if $comments_at_top_of_page eq 'y' and $print_page ne 'y' and $gBitSystem->isFeatureActive( 'wiki_comments' )} {include file="bitpackage:wiki/page_header.tpl"} {include file="bitpackage:liberty/comments.tpl"} {/if} @@ -49,7 +49,7 @@ {/if*} -{if !$gBitSystem->isFeatureActive( 'comments_at_top_of_page' ) and $print_page ne 'y' and $gBitSystem->isFeatureActive( 'wiki_comments' )} +{if $comments_at_top_of_page ne 'y' and $print_page ne 'y' and $gBitSystem->isFeatureActive( 'wiki_comments' )} {include file="bitpackage:liberty/comments.tpl"} {/if} -- cgit v1.3