You are here

function notifications_custom_theme in Notifications 6.4

Same name and namespace in other branches
  1. 6 notifications_custom/notifications_custom.module \notifications_custom_theme()

Implementation of hook_theme().

File

notifications_custom/notifications_custom.module, line 433
Custom notifications module

Code

function notifications_custom_theme() {
  return array(
    'notifications_custom_fields' => array(
      'arguments' => array(
        'element' => NULL,
      ),
      'file' => 'notifications_custom.admin.inc',
    ),
  );
}