/ Published in: PHP
How to set a block into region with code
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//This is for the theme.info file regions[comments] = Comment area on cases //This is for at preprocess file $vars['comments'] = theme('blocks', 'comments');