I have a site with one of those folder layouts where you click on a tab and it looks like that folder is on on the top of the pile..anyway I'm converting it from html to php and am simplifying the complicated table structure to achieve this folder layout by keeping that html in include files.
After converting I realized that no matter what page you're on it always shows the HOME folder being selected...DOH!
I should have seen this but can fix it with some simple WHEN or IF statements..my problem is I don't know how to detect what page is in the address bar...for example, If I was on http://www.elkomedia.com/models.php how would I print "models.php"?