If you want to display a block region in a specific node template, simply add the following:
1 2 3 4 |
<?php $myregion = block_get_blocks_by_region('myregion'); print render($myregion); ?> |
If you want to display a block region in a specific node template, simply add the following:
1 2 3 4 |
<?php $myregion = block_get_blocks_by_region('myregion'); print render($myregion); ?> |