- Patch #555844 by by NancyDru: made titles consistent.
parent
f00432f0e4
commit
01e223d5f8
|
@ -4,7 +4,7 @@
|
|||
<div id="block-<?php print $block->module . '-' . $block->delta; ?>" class="<?php print $classes; ?> clearfix">
|
||||
|
||||
<?php if (!empty($block->subject)): ?>
|
||||
<h2><?php print $block->subject ?></h2>
|
||||
<h2 class="title"><?php print $block->subject ?></h2>
|
||||
<?php endif;?>
|
||||
|
||||
<div class="content"><?php print $content ?></div>
|
||||
|
|
Loading…
Reference in New Issue