Skip to content
Snippets Groups Projects
Commit 01e223d5 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent f00432f0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment