File: D:/HostingSpaces/SBogers96/smilefotografie.nl/app/storage/views/e1e83fa833d754757dda902b5a68f9d5
<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>