|
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/gwsolutions/includes/ |
Upload File : |
<?php
$file = basename($_SERVER['REQUEST_URI']);
?>
<!-- benchmarking index -->
<div class="col-md-4 col-md-pull-8">
<div class="list-group">
<?php
for ($i = 0; $i < count($news,2); $i++) {
echo '<a href="'.$news[$i][1].'" class="list-group-item ';
if ($file == $news[$i][1]) echo 'active';
echo '">'.$news[$i][0].'</a>';
}
// output is like this: <a href="services.php" class="list-group-item active"> Overview </a>
// or for non active : <a href="services.php" class="list-group-item"> Overview </a>
?>
<h3 class="style127"><span class="style131"> Media Contact:</span></h3>
<a href="mailto: [email protected]" class="style143"> [email protected]</a>
<p class="style127"> Global Wireless Solutions, Inc. <br>
23475 Rock Haven Way, #165 <br>
Dulles, VA 20166 </p>
<p class="style127"> Tel: (703) 661 7000 <br>
Fax: (703) 661 7001</p>
</div>
</div>
<!-- end of benchmarking index -->