mtran
06-06-2007, 03:19 AM
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:
<?php
if($navL.indexOf("company")!==-1) include($_SERVER['DOCUMENT_ROOT'].'/site/navL_company.php'); ?>
At the beginning of each page in the Company area, I put:
$navL="company_about"
or $navL="company_locations"....
What's wrong? Thanks!
<?php
if($navL.indexOf("company")!==-1) include($_SERVER['DOCUMENT_ROOT'].'/site/navL_company.php'); ?>
At the beginning of each page in the Company area, I put:
$navL="company_about"
or $navL="company_locations"....
What's wrong? Thanks!