Guest User

Untitled

a guest
Jun 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $items['user/%user_category/edit/mailing-lists'] = array(
  2. 'title' => 'Mailing Lists',
  3. 'page callback' => 'drupal_get_form',
  4. 'page arguments' => array('g365_tramm_member_mailing_lists', 1),
  5. 'access callback' => 'user_edit_access',
  6. 'access arguments' => array(1),
  7. 'load arguments' => array('%map', '%index'),
  8. 'file' => 'g365_tramm.member.forms.inc',
  9. 'file path' => drupal_get_path('module', 'g365_tramm') . '/includes',
  10. 'type' => MENU_LOCAL_TASK,
  11. );
Add Comment
Please, Sign In to add comment