You are here

function _notifications_ui_account_options in Notifications 6.4

Same name and namespace in other branches
  1. 6 notifications_ui/notifications_ui.module \_notifications_ui_account_options()
  2. 6.2 notifications_ui/notifications_ui.module \_notifications_ui_account_options()
  3. 6.3 notifications_ui/notifications_ui.module \_notifications_ui_account_options()

Allowed options for user accounts

1 call to _notifications_ui_account_options()
notifications_ui_settings_form in notifications_ui/notifications_ui.admin.inc
Site-wide settings form.

File

notifications_ui/notifications_ui.admin.inc, line 25
User pages for User Interface for subscriptions modules

Code

function _notifications_ui_account_options() {
  return array(
    //'form' => t('Subform on user account tab'),
    'links' => t('Links on user account tab'),
    'block' => t('Display in block'),
  );
}