We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

sherakama on 04/10/08


Tagged

menu textmate drupal item drupal5


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

basicmagic
Netzach
panatlantica


Drupal5 - menu item


Published in: PHP 


  1. $items[] = array(
  2. 'path' => 'contact_form',
  3. 'title' => t('Contact Us'),
  4. 'callback' => 'web_page_contact_form_page',
  5. 'access' => user_access('access content'),
  6. 'type' => MENU_CALLBACK,
  7. );

Report this snippet 

You need to login to post a comment.