diff options
Diffstat (limited to 'themes/garland/node.tpl.php')
-rw-r--r-- | themes/garland/node.tpl.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php index 595bd6b85..b5fdb12d0 100644 --- a/themes/garland/node.tpl.php +++ b/themes/garland/node.tpl.php @@ -27,6 +27,9 @@ <?php if ($links): ?> <div class="links"><?php print $links; ?></div> <?php endif; ?> + + <?php print $comments; ?> + </div> </div> |