Change limit for collapse

This commit is contained in:
ulaulaman 2020-07-08 15:37:57 +02:00
parent b6f7db115d
commit 3b746d7a09
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</li>
<?php endforeach; ?>
</ul>
<?php if (count($filterlist['filters']) >= 5): ?>
<?php if (count($filterlist['filters']) >= 1): ?>
<div class="ajax-posts__filter-toggle">
<a href="#" class="js-collapse-filterlist ajax-posts__filter-toggle-show">Toon meer</a>
<a href="#" class="js-collapse-filterlist ajax-posts__filter-toggle-hide">Toon minder</a>