<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2> $items[] = array(<BR> 'path' =>
'admin/settings/mymodule',<BR> 'title' => 'mymodule
settings',<BR> 'description' =>'mymodule settings
control',<BR> 'page callback' =>
'drupal_get_form',<BR> 'page arguments' =>
array('mymodule_admin'),<BR> 'access callback' => array('access
administration pages'),<BR> );<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This item shows up on Admin Settings
page</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>But when I click it, the page dont change - remains
on Settings! Should show my form...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Whats wrong?</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT><FONT face=Arial size=2>
<DIV><BR>Feijó</DIV>
<DIV></FONT> </DIV></BODY></HTML>