[development] Menu Admin Settings no D6
Alessandro Feijó
patrao at legendas.feijo.info
Fri Jan 4 10:51:11 UTC 2008
$items[] = array(
'path' => 'admin/settings/mymodule',
'title' => 'mymodule settings',
'description' =>'mymodule settings control',
'page callback' => 'drupal_get_form',
'page arguments' => array('mymodule_admin'),
'access callback' => array('access administration pages'),
);
This item shows up on Admin Settings page
But when I click it, the page dont change - remains on Settings! Should show my form...
Whats wrong?
Feijó
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20080104/092cea24/attachment-0001.htm
More information about the development
mailing list