summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-01-04 16:19:39 +0000
committerDries Buytaert <dries@buytaert.net>2009-01-04 16:19:39 +0000
commit27e01ade236fe2d65d9e7176d0c217b71963b5f5 (patch)
tree6983688be8668e36a1d75e8f1b4e9b59cfa51310 /themes
parentfb2c693f0967456a7f9fd07711554686c8268289 (diff)
downloadbrdo-27e01ade236fe2d65d9e7176d0c217b71963b5f5.tar.gz
brdo-27e01ade236fe2d65d9e7176d0c217b71963b5f5.tar.bz2
- Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'.
Diffstat (limited to 'themes')
-rw-r--r--themes/pushbutton/node.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/pushbutton/node.tpl.php b/themes/pushbutton/node.tpl.php
index eac32a197..1d1a41082 100644
--- a/themes/pushbutton/node.tpl.php
+++ b/themes/pushbutton/node.tpl.php
@@ -10,9 +10,9 @@
<div class="taxonomy"><?php print $terms ?></div>
<div class="content"><?php print $content ?></div>
<?php if ($links): ?>
- <div class="links">&raquo; <?php print $links ?></div>
+ <div class="links">&raquo; <?php print $links ?></div>
+ <?php endif; ?>
<?php print $comments; ?>
- <?php endif; ?>
</div>