/ Published in: PHP
Embed the "Who's online" block from within a template file.
Expand |
Embed | Plain Text
$block = (object) module_invoke('user', 'block', 'view', '3');
You need to login to post a comment.
daipratt on 09/01/10
2 people have marked this snippet as a favorite
Embed the "Who's online" block from within a template file.
$block = (object) module_invoke('user', 'block', 'view', '3');
You need to login to post a comment.