By SteveTurnbull-1 on
I'm feeling very stupid today and my google-fu is not strong.
Is there a routine to tell me if I'm on the front page?
(I don't mean $is_front, I'm in a routine that's building content which needs to be slightly different on the front page)
TIA
Steve
Comments
You are probably looking for
You are probably looking for this:
http://api.drupal.org/api/function/drupal_is_front_page/5
Thanks, you're right. I had
Thanks, you're right. I had actually just found it while searching for something else -- I was coming back here to answer my own question.
Thank you!