summaryrefslogtreecommitdiff
path: root/themes/bluemarine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-05-10 19:11:04 +0000
committerDries Buytaert <dries@buytaert.net>2005-05-10 19:11:04 +0000
commit655289b8f98e65bd2a35eb78ab9c57e947d80a8d (patch)
tree3011e9651d044957d2b65bf562306d5ccf1dd0ac /themes/bluemarine
parent49304b34aaeec6ff867b4af60372b9aa33585d1e (diff)
downloadbrdo-655289b8f98e65bd2a35eb78ab9c57e947d80a8d.tar.gz
brdo-655289b8f98e65bd2a35eb78ab9c57e947d80a8d.tar.bz2
- Fixed typo: $block->title -> $block->subject. Spotted by Morbus.
Diffstat (limited to 'themes/bluemarine')
-rw-r--r--themes/bluemarine/block.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bluemarine/block.tpl.php b/themes/bluemarine/block.tpl.php
index 458a60af6..75f2708a5 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>