File: D:/HostingSpaces/SBogers96/smilefotografie.nl/app/storage/views/bb176a8dfa6e7a13bd877161970ac56e
<div class="grid-container">
<span class="filter-title">Wat wilt u zien?</span>
<?php /* QnD: For Smile website only one page has filters, so hard-code it */ ?>
<div class="album-filter">
<a <?php if($filter == 'category'): ?> class="active" <?php endif; ?> href="?filter=category">Categorieën</a>
<a <?php if($filter == 'company'): ?> class="active" <?php endif; ?> href="?filter=company">Bedrijven</a>
</div>
</div>