diff --git a/Theme/Backend/news-archive.tpl.php b/Theme/Backend/news-archive.tpl.php
index acfd6f8..2b21bc7 100644
--- a/Theme/Backend/news-archive.tpl.php
+++ b/Theme/Backend/news-archive.tpl.php
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
-
| = $this->getText('Empty'); ?>
+ |
| = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/Backend/news-create.tpl.php b/Theme/Backend/news-create.tpl.php
index fbceda9..763997c 100644
--- a/Theme/Backend/news-create.tpl.php
+++ b/Theme/Backend/news-create.tpl.php
@@ -55,7 +55,7 @@ echo $this->getData('nav')->render(); ?>
@@ -66,7 +66,7 @@ echo $this->getData('nav')->render(); ?>
diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php
index 5360a98..d0245ae 100644
--- a/Theme/Backend/news-dashboard.tpl.php
+++ b/Theme/Backend/news-dashboard.tpl.php
@@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
| = $news->getPublish()->format('Y-m-d'); ?>
- |
| = $this->getText('Empty'); ?>
+ |
| = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/news-archive.tpl.php b/Theme/backend/news-archive.tpl.php
index acfd6f8..2b21bc7 100644
--- a/Theme/backend/news-archive.tpl.php
+++ b/Theme/backend/news-archive.tpl.php
@@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
$value) : $count++; ?>
- |
| = $this->getText('Empty'); ?>
+ |
| = $this->getText('Empty', 0, 0); ?>
diff --git a/Theme/backend/news-dashboard.tpl.php b/Theme/backend/news-dashboard.tpl.php
index 5360a98..d0245ae 100644
--- a/Theme/backend/news-dashboard.tpl.php
+++ b/Theme/backend/news-dashboard.tpl.php
@@ -47,7 +47,7 @@ echo $this->getData('nav')->render(); ?>
| = $news->getPublish()->format('Y-m-d'); ?>
- |
| = $this->getText('Empty'); ?>
+ |
| = $this->getText('Empty', 0, 0); ?>
|