We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

sherakama on 09/12/08


Tagged

menu textmate drupal item 6


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

basicmagic
bj


drupal 6 menu item


Published in: Other 


  1. $items['node/%node'] = array(
  2. 'title' => 'View',
  3. 'page callback' => 'node_page_view',
  4. 'page arguments' => array(1),
  5. 'access callback' => 'node_access',
  6. 'access arguments' => array('view', 1),
  7. 'type' => MENU_CALLBACK,
  8. );

Report this snippet 

You need to login to post a comment.