Skip to content

Instantly share code, notes, and snippets.

@ceejayoz
Created July 7, 2009 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ceejayoz/142166 to your computer and use it in GitHub Desktop.
Save ceejayoz/142166 to your computer and use it in GitHub Desktop.
$items['user/%user/billing'] = array(
'title' => 'Billing',
'page callback' => 'drupal_get_form',
'page arguments' => array('easy_accounts_billing', 1),
'access callback' => TRUE,
'type' => MENU_LOCAL_TASK,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment