View Single Post
Old 03-11-2011, 10:25 PM   PM User | #4
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
try this way:
PHP Code:

    <?php
    
    $main_nav 
'
        <div id="mainNav"><ul id="mainNav">
<li><a href="index.php" ' 
. (($page=='index.php') ? 'class="active"' '') . '>Welcome</a></li> 
<li><a href="healthcare.php" ' 
. (($page=='healthcare.php') ? 'class="active"' '') . '>Healthcare</a></li> 
        </ul></div>
    '
// end main_nav
    
    
?>
best regards
oesxyl is offline   Reply With Quote
Users who have thanked oesxyl for this post:
KaliK (03-28-2011)