Forum Moderators: coopster
$pages = array (
'index.php' => array('#','home3.png','profile.php','profile.png','nextpage.php','nexpage.png'),
'about.php' => array('index.php','home2.png','what-we-do-php.php','what-we-do.png','nextpage.php','nexpage.png'),
}
?>
<ul id="navigation">
<li><a href="<?php echo $pages[$page][0]; ?>" title="Home">
<img src="<?php echo $pages[$page][1]; ?>" height="25" alt="" title="" border="0" /></a></li>
<li><a href="<?php echo $pages['about.php'][0]; ?>" title="Home">
<img src="<?php echo $pages['about.php'][1]; ?>" height="25" alt="" title="" border="0" /></a></li>
</ul>
you want to show the image indicating where you are instead of the normal image in the navigation menu.