4 Jan
2008
4 Jan
'08
4:59 p.m.
Solved!! I had another wrong argument 'access callback' => array('access administration pages'), should be 'access arguments' => array('access administration pages'), regards Feijó ----- Original Message ----- From: "Chris Johnson" <cxjohnson@gmail.com> To: <development@drupal.org> Sent: Friday, January 04, 2008 1:27 PM Subject: Re: [development] Menu Admin Settings no D6
The 'path' argument pretty goes away completely.
Your statement should probably start with something like:
$items['admin/settings/mymodule'] = array(
Read the documentation for the D6 menu system and the included D5 to D6 upgrade information here: http://drupal.org/node/102338