function heartbeat_plugins_theme in Heartbeat 7
Implements hook_theme().
File
- modules/
heartbeat_plugins/ heartbeat_plugins.module, line 172
Code
function heartbeat_plugins_theme() {
$registry = array(
'heartbeat_attachments' => array(
'variables' => array(
'heartbeat_activity' => NULL,
),
),
'heartbeat_plugins_attachments_form' => array(
'render element' => 'form',
),
'heartbeat_flagging' => array(
'variables' => array(
'heartbeat_activity' => NULL,
),
),
);
return $registry;
}