|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/bobrubel/Includes/ |
Upload File : |
<?php
$path = $_SERVER['PHP_SELF'];
$page = basename($path);
$page = basename($path, '.php');
?>
<div id="navigation">
<ul>
<li><a <?php if($page == "index") { echo "class=\"current\""; } ?>href="index.php">HOME</a></li>
<li><a <?php if($page == "commercial") { echo "class=\"current\""; } ?>href="commercial.php">COMMERCIAL</a></li>
<li><a <?php if($page == "elderly_care") { echo "class=\"current\""; } ?>href="elderly_care.php">ELDERLY CARE</a></li>
<li><a <?php if($page == "contact") { echo "class=\"current\""; } ?>href="contact.php">CONTACT</a></li>
</ul>
</div>