If you put a block in the footer, the block is concatenated with the footer message. If you put more than one block, each block is concatenated instead of putting each block on top of each other.

I put the following code from footing.tpl.php of the Garland theme into block-footer.tpl.php of the Marinelli theme and it corrected the problem.

<?php
// $Id: block.tpl.php,v 1.3 2007/08/07 08:39:36 goba Exp $
?>
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">

<?php if (!empty($block->subject)): ?>
  <h2><?php print $block->subject ?></h2>
<?php endif;?>

  <div class="content"><?php print $block->content ?></div>
</div>

I'm new to this so I haven't learned how to make a patch, yet.

Comments

sakthipriyadevakumar’s picture

to which file,we have to add these codes in marinelli theme...pls help me

sakthipriyadevakumar’s picture

sorry...i got it

sakthipriyadevakumar’s picture

i put it in the danland theme..it is not working....

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.