By nickbits on
Hi All,
I expect I am missing something obvious again. I have the FeedBurner module (http://drupal.org/project/feedburner) and would like to embed two of the blocks it generates directly into a page/node. That is I do not want/cannot create regions. I know the theory behind doing this and have attempted to include the following, to display the email subscribe block, in the theme's page.tpl.php:
$block = module_invoke('feedburner', 'block', 'view', 1);
print $block['content'];
However, I get nothing. Can anyone give me some pointers please?
Regards,
Nick
Comments
Have you configured those
Have you configured those blocks? They won't display if they haven't been configured.
Hi, Yep blocks are
Hi,
Yep blocks are configured.
Nick
------------oOo----------------------
Nick Young (www.nickbits.co.uk)
Hi, Don't worry about it,
Hi,
Don't worry about it, have figured an alternative way of achieving what I wanted, probably a better way anyway.
Nick
------------oOo----------------------
Nick Young (www.nickbits.co.uk)