Quote:
Originally Posted by PukkaBen
I have made two pages, schedule and status. The about page has not been made yet but it in the process of being made using your HOW-TO (thanks for that one!!). When I click the "Radio" section on the biggest bar, it selects itself and highlights as it should, but then when I go to the schedule.php link it goes back to the Forum tab.
You can see it in action if you wish at http://forum.pukkaradio.net
Cheers for any help that may come of this!!
|
You need to make your condition cover *all* the pages you wish it to stay highlighted for. If your schedule.php page has THIS_SCRIPT defined as 'schedule', then change the condition to this:
PHP Code:
if (in_array(THIS_SCRIPT, array('status', 'schedule')))