diff --git a/themes/bluemarine/block.tpl.php b/themes/bluemarine/block.tpl.php
index 458a60af6912367d5af5f3654769f83240e5c86f..75f2708a53a78b5bfba86a76d83ec571985c703e 100644
--- a/themes/bluemarine/block.tpl.php
+++ b/themes/bluemarine/block.tpl.php
@@ -1,4 +1,4 @@
   <div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
-    <h2 class="title"><?php print $block->title; ?></h2>
+    <h2 class="title"><?php print $block->subject; ?></h2>
     <div class="content"><?php print $block->content; ?></div>
  </div>