diff --git a/templates/block.tpl.php b/templates/block.tpl.php
index a048598..e1440e1 100755
--- a/templates/block.tpl.php
+++ b/templates/block.tpl.php
@@ -8,8 +8,8 @@
 <article id="<?php print $block_html_id; ?>" class="<?php print $classes; ?>"<?php print $attributes; ?>>
 
   <?php print render($title_prefix); ?>
-    <?php if ($title): ?>
-      <header><h2<?php print $title_attributes; ?>><?php print $title; ?></h2></header>
+    <?php if ($block->subject): ?>
+      <header><h2<?php print $title_attributes; ?>><?php print $block->subject; ?></h2></header>
     <?php endif;?>
   <?php print render($title_suffix); ?>
 
