Fix the modified items counter in the backend sidenav
This commit is contained in:
Samuel Georges 2015-07-28 17:46:29 +10:00
commit 837a61a2a3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</a>
<span
class="counter <?= $item->counter === null ? 'empty' : null ?>"
data-menu-id="<?= e($context->mainMenuCode.'/'.$sideItemCode) ?>"
data-menu-id="<?= e($context->mainMenuCode.'/'.$item->code) ?>"
<?php if ($item->counterLabel): ?>title="<?= e(trans($item->counterLabel)) ?>"<?php endif ?>
>
<?= e($item->counter) ?>