Add a declaration of $pageName in the top of all the pages. On your "Home"page, add
PHP Code:
<?php $pageName = "Home"; include("includes/navigation.php"); ?>
On your "About" page, add
PHP Code:
<?php $pageName = "About"; include("includes/navigation.php"); ?>
and so on.
__________________
34343639363436653237373432303635373837303635363337 34323037343638363137343263323036343639363432303739 366637353366
|