diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-12 08:44:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-12 08:44:26 +0000 |
| commit | fbd621e8783f2c194c4e3c6b72f4c5caeea047c8 (patch) | |
| tree | e651e24806d5291d055787806cf1da68fc004284 /templates/display_comment.tpl | |
| parent | f4a7b67c91260953b5ff8aa3e3bff2999f7230ba (diff) | |
| download | liberty-fbd621e8783f2c194c4e3c6b72f4c5caeea047c8.tar.gz liberty-fbd621e8783f2c194c4e3c6b72f4c5caeea047c8.tar.bz2 liberty-fbd621e8783f2c194c4e3c6b72f4c5caeea047c8.zip | |
disable inline sql for comments for now. need to sort out service sql for comments
Diffstat (limited to 'templates/display_comment.tpl')
| -rw-r--r-- | templates/display_comment.tpl | 3 |
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 --> |
