Scott wrote:
'title' => 'CityGrid Search', 'title callback' => FALSE, 'access callback' => TRUE, 'access arguments' => array('access callback'),
As David Metzler already said, 'access arguments' are not used for 'access callback' => TRUE. You also need to remove the 'title callback' => FALSE as well.
On Wed, 2010-05-12 at 08:59 -0700, Metzler, David wrote:
Did you clear the cache after doing so? I don't think you need the 'access arguments' entry...