frankyonnetti
1/27/2014 - 5:44 PM

#drupal 7 Place a block in template

Drupal 7 - Place a block in template #drupal #d7

#Duplicate a custom block you've created.


<?php
$block = module_invoke('block', 'block_view', '1');
print render($block['content']);
?>