跳转到主要内容
learningxm 提交于 5 December 2012
<?php $items['contact'] = array( 'title' => 'Contact', 'page callback' => 'drupal_get_form', 'page arguments' => array('contact_site_form'), 'access arguments' => array('access site-wide contact form'), 'type' => MENU_SUGGESTED_ITEM, //--建议类型的菜单,可以开启 'file' => 'contact.pages.inc', 'file path'=>drupal_get_path('module','contact'),//--在其他模块里面调用的时候添加路径 ); ?>