File: D:/HostingSpaces/yoda-ict/yoda-ict.nl/wwwroot/app/views/services/v_menu.php
<section class="services_menu">
<div class="center">
<ul>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'webhosting') echo ' class="active"'; ;?>>
<a href="/webhosting">
<span class="icon webhosting"></span>
<span class="text">
<span class="title">webhosting</span>
<span class="read_more">lees meer →</span>
</span>
</a>
</li>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'hosted-exchange') echo ' class="active"'; ;?>>
<a href="/hosted-exchange">
<span class="icon hosted_exchange"></span>
<span class="text">
<span class="title">Hosted Exchange</span>
<span class="read_more">lees meer →</span>
</span>
</a>
</li>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'virtuele-werkplekken') echo ' class="active"'; ;?>>
<a href="/virtuele-werkplekken">
<span class="icon workspaces"></span>
<span class="text">
<span class="title">Virtuele<br />Werkplekken</span>
<span class="read_more">lees meer →</span>
</span>
</a>
</li>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'vds-hosting') echo ' class="active"'; ;?>>
<a href="/vds-hosting">
<span class="icon vds_hosting"></span>
<span class="text">
<span class="title">VDS Hosting</span>
<span class="read_more">lees meer →</span>
</span>
</a>
</li>
</ul>
<div class="clear"></div>
</div>
</section>
<section class="services_menu fixed">
<div class="center">
<ul>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'webhosting') echo ' class="active"'; ;?>>
<a href="/webhosting">webhosting</a>
</li>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'hosted-exchange') echo ' class="active"'; ;?>>
<a href="/hosted-exchange">Hosted Exchange</a>
</li>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'virtuele-werkplekken') echo ' class="active"'; ;?>>
<a href="/virtuele-werkplekken">Virtuele Werkplekken</a>
</li>
<li<?php if(defined('URL_PAGE') && URL_PAGE == 'vds-hosting') echo ' class="active"'; ;?>>
<a href="/vds-hosting">VDS Hosting</a>
</li>
</ul>
<div class="clear"></div>
</div>
</section>