summaryrefslogtreecommitdiff
path: root/templates/show_contact_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_contact_item.tpl')
-rwxr-xr-xtemplates/show_contact_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_contact_item.tpl b/templates/show_contact_item.tpl
index d3e68a9..524a5b8 100755
--- a/templates/show_contact_item.tpl
+++ b/templates/show_contact_item.tpl
@@ -10,7 +10,7 @@
{tr}Created by {displayname user=$contentInfo.creator_user user_id=$contentInfo.creator_user_id|default:0 real_name=$contentInfo.creator_real_name}, Last modification by {displayname user=$contentInfo.modifier_user user_id=$contentInfo.modifier_user_id real_name=$contentInfo.modifier_real_name} on {$contentInfo.last_modified|bit_short_datetime}{/tr}
</div>
- {if $comments_at_top_of_page eq 'y' and $print_page ne 'y'}
+ {if $comments_at_top_of_page eq 'y' && $print_page ne 'y'}
{include file="bitpackage:liberty/comments.tpl"}
{/if}
@@ -24,7 +24,7 @@
{include file="bitpackage:contact/page_action_bar.tpl"}
{/if}
</div>
-{if $comments_at_top_of_page ne 'y' and $print_page ne 'y'}
+{if $comments_at_top_of_page ne 'y' && $print_page ne 'y'}
{include file="bitpackage:liberty/comments.tpl"}
{/if}