Advertisement
DanielHolm

Untitled

Jun 21st, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1.   $items['path'] = array(
  2.  
  3.     'title' => 'Pagetitle',
  4.  
  5.     'page callback' => array('function1',
  6. 'function2');
  7.     'access callback' => TRUE,
  8.  
  9.     'type' => MENU_CALLBACK,
  10.  
  11.   );
  12.  
  13.   return $items;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement