Closed (fixed)
Project:
Gordon
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2011 at 18:17 UTC
Updated:
26 Oct 2011 at 18:50 UTC
Hi,
I changed the block.tpl.php so that individial block-top/bottom can be hidden or changed:
<div id="<?php print $block_html_id; ?>">
<div class="block-top"></div>
<div class="<?php print $classes; ?>"<?php print $attributes; ?>>
<?php print render($title_prefix); ?>
<?php if ($block->subject): ?>
<h2<?php print $title_attributes; ?>><?php print $block->subject ?></h2>
<?php endif;?>
<?php print render($title_suffix); ?>
<div class="content"<?php print $content_attributes; ?>>
<?php print $content ?>
</div>
</div>
<div class="block-bottom"></div>
</div>
Comments
Comment #0.0
JGO commentedChanged code view
Comment #1
kalman.hosszu commentedThanks JGO!
I commited your changes: http://drupal.org/node/1114260/commits so your commit is available in your profile.
Cheers
Kalman
Comment #2.0
(not verified) commentedstill err