adam.robertson
New member
I'm using <?php $thisPage= to automatically fill the page title, meta tags, and active state of my navs. However, I'm including 2 navs (a main and a sub) and I'm not sure how to have 2 pages for the <?php $thisPage=. This doesn't work: <?php $thisPage="page1","page2"; ?> Any help?