diff options
| author | Christian Fowler <spider@viovio.com> | 2009-01-23 17:01:58 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-01-23 17:01:58 +0000 |
| commit | 9bcd81b34a0e4c0f5dad112420f31b75c8194940 (patch) | |
| tree | 04c598f603487e1be85bf0cf4920c0f02d581b85 | |
| parent | 092a4047881da19ca1ae6494ec7df6afee887d8d (diff) | |
| download | liberty-9bcd81b34a0e4c0f5dad112420f31b75c8194940.tar.gz liberty-9bcd81b34a0e4c0f5dad112420f31b75c8194940.tar.bz2 liberty-9bcd81b34a0e4c0f5dad112420f31b75c8194940.zip | |
use serviceLocation='comment' for comment to display to allow service to opt for comment only display, such as _bit_moderation
| -rw-r--r-- | templates/display_comment.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display_comment.tpl b/templates/display_comment.tpl index a272476..5dba599 100644 --- a/templates/display_comment.tpl +++ b/templates/display_comment.tpl @@ -29,7 +29,7 @@ </div> </div> <div class="content"> - {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$comment} + {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='comment' serviceHash=$comment} {$comment.parsed_data} </div> </div><!-- end .post --> |
