[development] Menu Admin Settings no D6
Alessandro Feijó
patrao at legendas.feijo.info
Fri Jan 4 15:59:54 UTC 2008
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 at gmail.com>
To: <development at 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
>
More information about the development
mailing list