7 May
2012
7 May
'12
2:28 p.m.
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.com>wrote:
1. 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.
2. 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/ ]
-- Regards, Vaibhav Jain