summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJams H Thompson <jht001@users.sourceforge.net>2007-11-21 06:04:37 +0000
committerJams H Thompson <jht001@users.sourceforge.net>2007-11-21 06:04:37 +0000
commit88881a908762c6d1787f77e14dad220bf0baf616 (patch)
tree043ff22cea69423b253a9db16549fcca8ac43886 /templates
parentfcf8dac8a9e43f7c7b97fd67094ad6748f7c3d72 (diff)
downloadwiki-88881a908762c6d1787f77e14dad220bf0baf616.tar.gz
wiki-88881a908762c6d1787f77e14dad220bf0baf616.tar.bz2
wiki-88881a908762c6d1787f77e14dad220bf0baf616.zip
fix comments at top of page feature
Diffstat (limited to 'templates')
-rw-r--r--templates/show_page.tpl4
1 files changed, 2 insertions, 2 deletions
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*}
</div><!-- end .wiki -->
-{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}