- Fixed typo: $block->title -> $block->subject. Spotted by Morbus.
parent
49304b34aa
commit
655289b8f9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue