summaryrefslogtreecommitdiff
path: root/templates/display_comment.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/display_comment.tpl')
-rw-r--r--templates/display_comment.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl
index 3cfc078..3295ae7 100644
--- a/templates/display_comment.tpl
+++ b/templates/display_comment.tpl
@@ -20,7 +20,8 @@
<h3>{$comment.title|escape}</h3>
<div class="date">{tr}by{/tr} {displayname hash=$comment}, {$comment.last_modified|bit_long_datetime}</div>
<div class="content">
- {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$gContent->mInfo}
+ {* doesn't work yet, because comments don't have service sql yet *}
+ {*include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$comments*}
{$comment.parsed_data}
</div>
</div><!-- end .post -->