summaryrefslogtreecommitdiff
path: root/themes/bluemarine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-30 07:45:20 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-30 07:45:20 +0000
commit9e94bb610136ceb8cfedf2cc139c4b34ed7a46c4 (patch)
tree176d85b021b3d0b64d96a7a227d6508168002fdb /themes/bluemarine
parent630277cc89546d8ba913bfec0a6bb3daedd4fe47 (diff)
downloadbrdo-9e94bb610136ceb8cfedf2cc139c4b34ed7a46c4.tar.gz
brdo-9e94bb610136ceb8cfedf2cc139c4b34ed7a46c4.tar.bz2
- Patch #130366 by webchick and steven: improved signature handling. Step 1 of 2.
Diffstat (limited to 'themes/bluemarine')
-rw-r--r--themes/bluemarine/comment.tpl.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/themes/bluemarine/comment.tpl.php b/themes/bluemarine/comment.tpl.php
index 02eee299c..810204fc2 100644
--- a/themes/bluemarine/comment.tpl.php
+++ b/themes/bluemarine/comment.tpl.php
@@ -4,6 +4,13 @@
} ?>
<h3 class="title"><?php print $title; ?></h3><?php if ($new != '') { ?><span class="new"><?php print $new; ?></span><?php } ?>
<div class="submitted"><?php print $submitted; ?></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>
<div class="links">&raquo; <?php print $links; ?></div>
</div>