From 655289b8f98e65bd2a35eb78ab9c57e947d80a8d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 10 May 2005 19:11:04 +0000 Subject: - Fixed typo: $block->title -> $block->subject. Spotted by Morbus. --- themes/bluemarine/block.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
-

title; ?>

+

subject; ?>

content; ?>
-- cgit v1.2.3