I want to have different left nav for differernt areas of the site, for example if the pages are about company, I use the following,... but it doesn't work:
At the beginning of each page in the Company area, I put:Code:<?php if($navL.indexOf("company")!==-1) include($_SERVER['DOCUMENT_ROOT'].'/site/navL_company.php'); ?>
$navL="company_about"
or $navL="company_locations"....
What's wrong? Thanks!



Reply With Quote


Bookmarks