Published in: PHP
'path' => 'contact_form', 'title' => t('Contact Us'), 'callback' => 'web_page_contact_form_page', 'access' => user_access('access content'), 'type' => MENU_CALLBACK, );
You need to login to post a comment.
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.
sherakama on 04/10/08
menu textmate drupal item drupal5
3 people have marked this snippet as a favorite
Published in: PHP
'path' => 'contact_form', 'title' => t('Contact Us'), 'callback' => 'web_page_contact_form_page', 'access' => user_access('access content'), 'type' => MENU_CALLBACK, );
You need to login to post a comment.