Try changing the name of the callback too from front to anything like your name front is used in drupal as <front> to refer to front page.
On Mon, May 7, 2012 at 5:50 PM, Fred Jones fredthejonester@gmail.comwrote:
- Try removing access callback and let the default functionality take
over.
Flush caches and then see if this works.
Tried that many times--doesn't help.
- there is less possibility, but have you used drupal_access_denied in
your
function, if so, is any condition going wrong ?
Nope, Here is my function:
function mymod_homepage(){ return 'test'; }
:(
[ Drupal support list | http://lists.drupal.org/ ]