- Patch #555844 by by NancyDru: made titles consistent.

merge-requests/26/head
Dries Buytaert 2009-09-05 08:53:29 +00:00
parent f00432f0e4
commit 01e223d5f8
1 changed files with 1 additions and 1 deletions

View File

@ -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>