Advertisement
vishnu3006

Edit Tab

Sep 21st, 2011
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.   $items['node/%node/edit'] = array(
  2.     'title' => 'Edit',
  3.     'page callback' => 'node_page_edit',
  4.     'page arguments' => array(1),
  5.     'access callback' => 'node_access',
  6.     'access arguments' => array('update', 1),
  7.     'weight' => 1,
  8.     'file' => 'node.pages.inc',
  9.     'type' => MENU_LOCAL_TASK,
  10.   );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement