By Luerssen on
Is there any module/snippet to disable wrapping block into block.box.tpl in selected region?
i.e. i need region, who displays block exact as they typed in admin/build/block, without code from block.tpl.php
Is there any module/snippet to disable wrapping block into block.box.tpl in selected region?
i.e. i need region, who displays block exact as they typed in admin/build/block, without code from block.tpl.php
Comments
Theming blocks
create a new file with block.tpl.php called block-region.tpl.php . Edit this file so that it just contains
<?php print $block->content ?>.All blocks in that region will not be ‘wrapped’ or themed, as drupal calls it. (well, they will – just not with anything)
See: http://drupal.org/node/104319
___________________
It’s in the detaιls…
demonstration portfolio
Thanky )
Thanky very much ;)
---
Be free... be yourself... be punk...