By chandra sekhar on
hi all
i have one doubt for a long time
i have created one node under page content type
And i want to read the block content ( echo $region1; ) in the node page.
the node page content is static .Only some piece of code which i want as block.
please suggest me what i have to
thanks
chandra sekhar Y
Comments
I think you can not call
I think you can not call regions in the node.tpl.php but if you want to use block content then there are some ways to call it with
1) module_invoke
2) drupal_set_content
3) Call those blocks on particular that content type via block configuration
And many more as depends on you..
Good Luck,
vijay
Thanks,
Vijay Thummar