function notifications_custom_theme in Notifications 6
Same name and namespace in other branches
- 6.4 notifications_custom/notifications_custom.module \notifications_custom_theme()
Implementation of hook_theme()
File
- notifications_custom/
notifications_custom.module, line 402 - Custom notifications module
Code
function notifications_custom_theme() {
return array(
'notifications_custom_fields' => array(
'arguments' => array(
'element' => NULL,
),
),
);
}