I've got some "static" pages in seperate folders, but I need the ACTIVE state of the buttons when the user is on that page...
Here's the site:
http://shelbyparkmanor.misight.com/
(On this page, HOME will need an active state. I can do that, no problemo!)
Buy then I got these kinda of pages:
http://shelbyparkmanor.misight.com/apartments/ and...
http://shelbyparkmanor.misight.com/directions/
How can I make the active state work for these pages?
Is the some kind of .php voodoo I can use?
Like:
if page=apartment/index.php than header=apartmentheader.php
if page=directions/index.php than header=directionsheader.php
ifelse=header.php
Thanks!!