I have all the headers and the top navigation included in the page with PHP
I want to assign a class to the <li class="current">
so i have a list of <li>
's and the current page should get a class of "current"
and the body should get a class of the current page
for http://www.mysite.com/home = the body should be <body class"home">
and so on
Thanks