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.tpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl
index 84b6652..8defaaa 100644
--- a/templates/display_comment.tpl
+++ b/templates/display_comment.tpl
@@ -19,10 +19,6 @@
<h3>{$comment.title|escape}</h3>
<div class="date">{tr}by{/tr} {if $comment.user_id < 0}{$comment.anon_name|escape}{else}{displayname hash=$comment}{/if}, {$comment.last_modified|bit_long_datetime}</div>
- ID: { $comment.content_id}
- Root: { $comment.root_id} Parent: { $comment.parent_id}
- Thread Forward: {$comment.thread_forward_sequence}
- Thread Reverse: {$comment.thread_reverse_sequence}
<div class="content">
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$comment}
{$comment.parsed_data}