/ Published in: PHP
Embed the "Who's online" block from within a template file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$block = (object) module_invoke('user', 'block', 'view', '3'); print theme('block',$block);