Fixes installed theme count

This commit is contained in:
Samuel Georges 2015-04-06 15:31:33 +10:00
parent 885dd70060
commit b806bd0720
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<h4 class="section-header">
<a href="<?= Backend::url('cms/themes') ?>">Installed themes</a>
<small>(<span class="product-counter">0</span>)</small>
<small>(<span class="product-counter"><?= count($installedThemes) ?></span>)</small>
</h4>
<?php if (!count($installedThemes)): ?>