MyBB Community Forums

Full Version: I'm on the Index page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want a conditional term in header template (using PHP are possibility in templates) that recognition I'm on the Index page or not.

for example:

if (I'm on the Index page!)
{
Do something
}else{
Do something
}

Thank you for tips.
Is there someone who can help me?
if(THIS_SCRIPT == "index.php")
Thanks a lot!