4 Jan
2008
4 Jan
'08
4:56 p.m.
I made the suggested changes, but no effect... $items['admin/settings/mymodule'] = array(...); Still apears on settings page, when I click it, remains in the same page :( 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