You are here

function notifications_content_theme in Notifications 7

Same name and namespace in other branches
  1. 6.4 notifications_content/notifications_content.module \notifications_content_theme()
  2. 6 notifications_content/notifications_content.module \notifications_content_theme()
  3. 6.2 notifications_content/notifications_content.module \notifications_content_theme()
  4. 6.3 notifications_content/notifications_content.module \notifications_content_theme()

Implementation of hook_theme()

File

notifications_content/notifications_content.module, line 280
Subscriptions to content events

Code

function notifications_content_theme() {
  return array(
    'notifications_content_type_settings' => array(
      'arguments' => array(
        'element' => NULL,
      ),
      'file' => 'notifications_content.admin.inc',
    ),
  );
}