|
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/svo3oda/includes/ |
Upload File : |
<?php
$procedure = basename(getcwd());
$currentPage = basename($_SERVER['PHP_SELF']);
?>
<div id="wrapper">
<div id="leftShade"></div>
<div id="header">
<div id="logo">
<a href="http://www.svoco.com/"><img src="http://www.svoco.com/images/header/logo.png" alt="logo" width="204" height="40" /></a>
</div>
<ul id="nav">
<li <?php if ($currentPage == 'about.php') {echo 'class="current"';} ?>><a class="lnk_about" href="http://www.svoco.com/pages/about/about.php">overview</a></li>
<li <?php if ($currentPage == 'investment.php') {echo 'class="current"';} ?>><a class="lnk_strategy" href="http://www.svoco.com/pages/investment/investment.php">investment strategy</a></li>
<li <?php if ($procedure == 'portfolio') { echo 'class="current"'; } ?>><a class="lnk_portfolio" href="http://www.svoco.com/pages/portfolio/portfolio.php">portfolio</a></li>
<li <?php if ($procedure == 'team') { echo 'class="current"'; } ?>><a class="lnk_team" href="http://www.svoco.com/pages/team/team.php">our team</a></li>
<li <?php if ($procedure == 'news') { echo 'class="current"'; } ?>><a class="lnk_news" href="http://www.svoco.com/pages/news/post_2018_July10.php">news</a></li>
<li <?php if ($currentPage == 'contact.php') {echo 'class="current"';} ?>><a class="lnk_contact" href="http://www.svoco.com/pages/contact/contact.php">contact</a></li>
</ul>
</div>