summaryrefslogtreecommitdiff
path: root/themes/garland/block.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/block.tpl.php')
-rw-r--r--themes/garland/block.tpl.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/garland/block.tpl.php b/themes/garland/block.tpl.php
index da147997e..914e2703e 100644
--- a/themes/garland/block.tpl.php
+++ b/themes/garland/block.tpl.php
@@ -3,13 +3,11 @@
?>
<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>>
-<?php if (!empty($contextual_links)): ?>
- <?php print render($contextual_links); ?>
-<?php endif; ?>
-
+ <?php print render($title_prefix); ?>
<?php if (!empty($block->subject)): ?>
<h2 class="title"<?php print $title_attributes; ?>><?php print $block->subject ?></h2>
<?php endif;?>
+ <?php print render($title_suffix); ?>
<div class="content"<?php print $content_attributes; ?>><?php print $content ?></div>
</div>