Return to Snippet

Revision: 31238
at September 1, 2010 19:01 by daipratt


Initial Code
$block = (object) module_invoke('user', 'block', 'view', '3');
print theme('block',$block);

Initial URL
http://daipratt.co.uk

Initial Description
Embed the "Who's online" block from within a template file.

Initial Title
Drupal 6 - Show default "Who's online" block from a template.

Initial Tags
drupal, theme, Online

Initial Language
PHP