function nodejs_buddylist_theme in Node.js integration 7
Implements hook_theme().
File
- nodejs_buddylist/
nodejs_buddylist.module, line 11
Code
function nodejs_buddylist_theme() {
return array(
'nodejs_buddylist_chat_button' => array(
'variables' => array(
'buddy' => NULL,
'online' => NULL,
),
),
);
}