diff options
| author | Jams H Thompson <jht001@users.sourceforge.net> | 2006-08-17 02:57:56 +0000 |
|---|---|---|
| committer | Jams H Thompson <jht001@users.sourceforge.net> | 2006-08-17 02:57:56 +0000 |
| commit | a3d3665f6f9cbd9a32cc3e11c1aa3d77147f058a (patch) | |
| tree | f5fadeb4a195855f19d7de8cf8d0f64dfa6df26c /templates/display_comment.tpl | |
| parent | 7c6548d422c06936666dff8585a19812a7250552 (diff) | |
| download | liberty-a3d3665f6f9cbd9a32cc3e11c1aa3d77147f058a.tar.gz liberty-a3d3665f6f9cbd9a32cc3e11c1aa3d77147f058a.tar.bz2 liberty-a3d3665f6f9cbd9a32cc3e11c1aa3d77147f058a.zip | |
remove erronous debug code
Diffstat (limited to 'templates/display_comment.tpl')
| -rw-r--r-- | templates/display_comment.tpl | 4 |
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} |
