diff --git a/Theme/Backend/event-list.tpl.php b/Theme/Backend/event-list.tpl.php
index 89e73a4..b9771f9 100644
--- a/Theme/Backend/event-list.tpl.php
+++ b/Theme/Backend/event-list.tpl.php
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|
- $value) : $count++; ?>
+ $value) : ++$count; ?>
| = $this->getHtml('Empty', 0, 0); ?>
diff --git a/Theme/Backend/promotion-list.tpl.php b/Theme/Backend/promotion-list.tpl.php
index 7656450..51ed738 100644
--- a/Theme/Backend/promotion-list.tpl.php
+++ b/Theme/Backend/promotion-list.tpl.php
@@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
- $value) : $count++;
+ $value) : ++$count;
$url = \phpOMS\Uri\UriFactory::build('{/lang}/backend/marketing/promotion/profile?{?}&id=' . $value->getId());?>
| = $this->printHtml($value->getName()); ?>
|