/ Published in: PHP
Add block in anywhere in the content, node in drupal
Expand |
Embed | Plain Text
<?php $block = module_invoke('block', 'block', 'view', 26); ?>
You need to login to post a comment.
jesudasjj on 12/09/10
2 people have marked this snippet as a favorite
Add block in anywhere in the content, node in drupal
<?php $block = module_invoke('block', 'block', 'view', 26); ?>
You need to login to post a comment.