function notifications_content_theme in Notifications 6.2
Same name and namespace in other branches
- 6.4 notifications_content/notifications_content.module \notifications_content_theme()
- 6 notifications_content/notifications_content.module \notifications_content_theme()
- 6.3 notifications_content/notifications_content.module \notifications_content_theme()
- 7 notifications_content/notifications_content.module \notifications_content_theme()
Implementation of hook_theme()
File
- notifications_content/
notifications_content.module, line 181 - Subscriptions to content events
Code
function notifications_content_theme() {
return array(
'notifications_content_type_settings' => array(
'arguments' => array(
'element' => NULL,
),
'file' => 'notifications_content.pages.inc',
),
);
}