add empty page dashboard icoin

This commit is contained in:
Dennis Eichhorn 2021-08-06 19:26:04 +02:00
parent 619a95b470
commit 72f1c5ef6b

View File

@ -49,6 +49,9 @@ echo $this->getData('nav')->render(); ?>
</div>
</div>
<?php endforeach; ?>
<?php if (empty($documents)) : ?>
<div class="emptyPage"></div>
<?php endif; ?>
</div>
</div>