Return to Snippet

Revision: 37401
at December 9, 2010 15:49 by jesudasjj


Initial Code
<?php
$block = module_invoke('block', 'block', 'view', 26);
print $block['content'];
?>

Initial URL


Initial Description
Add block in anywhere in the content, node in drupal

Initial Title
add block anywhere in drupal

Initial Tags
drupal

Initial Language
PHP