function notifications_forum_theme in Forum notifications 6
Same name and namespace in other branches
- 7 notifications_forum.module \notifications_forum_theme()
Implements hook_theme().
File
- ./
notifications_forum.module, line 6
Code
function notifications_forum_theme() {
return array(
'notifications_forum_user_subscriptions_form' => array(
'arguments' => array(
'form' => NULL,
),
),
);
}