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 | bcea2d187f50ab4bc7e5a3ed9fe8f207d0a2dd77 (patch) | |
| tree | 47710c92017347f8a11a1d43e666cfb802528bf4 /templates | |
| parent | 154125499c447bddef9a7d1ddffbfa3a56276079 (diff) | |
| download | boards-bcea2d187f50ab4bc7e5a3ed9fe8f207d0a2dd77.tar.gz boards-bcea2d187f50ab4bc7e5a3ed9fe8f207d0a2dd77.tar.bz2 boards-bcea2d187f50ab4bc7e5a3ed9fe8f207d0a2dd77.zip | |
use serviceLocation='comment' for comment to display to allow service to opt for comment only display, such as _bit_moderationR250
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/post_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl index 5c0a7da..c4dc72e 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -89,7 +89,7 @@ </span> </div><!-- end .header --> - {* include file="bitpackage:liberty/services_inc.tpl" serviceLocation='body' serviceHash=$comment *} + {include file="bitpackage:liberty/services_inc.tpl" serviceLocation='comment' serviceHash=$comment} {if $gBitUser->isRegistered() and $comment.is_warned} <div class="warning"> |
