<h2>Menu</h2>
<ul>
    <li><a href="<?php echo URL::route('EnEntreprise'); ?>" class="<?php echo $currentSlug == 'EnEntreprise' ? 'active' : ''; ?>">the company</a></li>
    <li><a href="<?php echo URL::route('EnServices'); ?>" class="<?php echo $currentSlug == 'EnServices' ? 'active' : ''; ?>">Services</a></li>
    <li><a href="<?php echo URL::route('EnDeveloppementDurable'); ?>" class="<?php echo $currentSlug == 'EnDeveloppementDurable' ? 'active' : ''; ?>">sustainable development</a></li>
    <li><a href="<?php echo URL::route('EnReferences'); ?>" class="<?php echo $currentSlug == 'EnReferences' ? 'active' : ''; ?>">References</a></li>
    <li><a href="<?php echo URL::route('EnCommunication'); ?>" class="<?php echo $currentSlug == 'EnCommunication' ? 'active' : ''; ?>">Communication</a></li>
    <li><a href="<?php echo URL::route('EnContacts'); ?>" class="<?php echo $currentSlug == 'EnContacts' ? 'active' : ''; ?>">Contact</a></li>
</ul>