diff options
Diffstat (limited to 'themes/pushbutton/comment.tpl.php')
-rw-r--r-- | themes/pushbutton/comment.tpl.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/pushbutton/comment.tpl.php b/themes/pushbutton/comment.tpl.php index 2f2113b8e..20949e774 100644 --- a/themes/pushbutton/comment.tpl.php +++ b/themes/pushbutton/comment.tpl.php @@ -4,7 +4,14 @@ <?php endif; ?> <h3 class="title"><?php print $title ?></h3> <div class="submitted"><?php print $submitted ?><?php if ($comment->new) : ?><span class="new"> *<?php print $new ?></span><?php endif; ?></div> - <div class="content"><?php print $content ?></div> + <div class="content"> + <?php print $content ?> + <?php if ($signature): ?> + <div class="user-signature clear-block"> + <?php print $signature ?> + </div> + <?php endif; ?> + </div> <!-- BEGIN: links --> <div class="links">» <?php print $links ?></div> <!-- END: links --> |