add empty page icon

This commit is contained in:
Dennis Eichhorn 2021-08-29 12:50:54 +02:00
parent 6147ea58d1
commit c9f5a2ce5b

View File

@ -71,5 +71,8 @@ echo $this->getData('nav')->render(); ?>
</div>
</section>
<?php endforeach; ?>
<?php if (empty($questions)) : ?>
<div class="emptyPage"></div>
<?php endif; ?>
</div>
</div>