Forum Moderators: coopster
<?if(strpos($_SERVER['PHP_SELF'],"/accommodations/")!==false){?>
but having a hard time when it comes to the index/root/home page as it confuses with all other directories index page.
<?if(strpos($_SERVER['PHP_SELF'],"/index.php")!==false){?>
Is there an easy solution for the home page?
TIA KOB