File: D:/HostingSpaces/yoda-ict/yoda-ict.nl/wwwroot/app/views/services/v_submenu.php
<section class="services_submenu">
<div class="center">
<ul>
<li<?php if( ! defined('URL_SUB') ) echo ' class="active"'; ;?>>
<a href="/webhosting">
<span class="icon webhosting"> </span>
<span class="title">Algemeen</span>
</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'domeinregistratie') echo ' class="active"'; ;?>>
<a href="/webhosting/domeinregistratie">
<span class="icon domain"> </span>
<span class="title">Domeinregistratie</span>
</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'hostingpakketten') echo ' class="active"'; ;?>>
<a href="/webhosting/hostingpakketten">
<span class="icon package"> </span>
<span class="title">Hostingpakketten</span>
</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'kentico-cms') echo ' class="active"'; ;?>>
<a href="/webhosting/kentico-cms">
<span class="icon kentico"> </span>
<span class="title">Kentico CMS</span>
</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'magento-webshops') echo ' class="active"'; ;?>>
<a href="/webhosting/magento-webshops">
<span class="icon magento"> </span>
<span class="title">Magento Webshops</span>
</a>
</li>
</ul>
<div class="clear"></div>
</div>
</section>
<section class="services_submenu fixed">
<div class="center">
<ul>
<li<?php if( ! defined('URL_SUB') ) echo ' class="active"'; ;?>>
<a href="/webhosting">Algemeen</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'domeinregistratie') echo ' class="active"'; ;?>>
<a href="/webhosting/domeinregistratie">Domeinregistratie</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'hostingpakketten') echo ' class="active"'; ;?>>
<a href="/webhosting/hostingpakketten">Hostingpakketten</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'kentico-cms') echo ' class="active"'; ;?>>
<a href="/webhosting/kentico-cms">Kentico CMS</a>
</li>
<li<?php if(defined('URL_SUB') && URL_SUB == 'magento-webshops') echo ' class="active"'; ;?>>
<a href="/webhosting/magento-webshops">Magento Webshops</a>
</li>
</ul>
<div class="clear"></div>
</div>
</section>