diff --git a/Theme/Backend/dashboard-news.tpl.php b/Theme/Backend/dashboard-news.tpl.php
index e784066..074e44e 100644
--- a/Theme/Backend/dashboard-news.tpl.php
+++ b/Theme/Backend/dashboard-news.tpl.php
@@ -52,7 +52,7 @@ $newsList = $this->getData('news');
-
| = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/news-archive.tpl.php b/Theme/Backend/news-archive.tpl.php
index 57f2b8d..d051a6a 100644
--- a/Theme/Backend/news-archive.tpl.php
+++ b/Theme/Backend/news-archive.tpl.php
@@ -51,7 +51,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($news->getPublish()->format('Y-m-d')); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/news-create.tpl.php b/Theme/Backend/news-create.tpl.php
index df03b0a..bb5e9bf 100644
--- a/Theme/Backend/news-create.tpl.php
+++ b/Theme/Backend/news-create.tpl.php
@@ -92,7 +92,7 @@ echo $this->getData('nav')->render(); ?>
- |
|
+ |
|
@@ -105,7 +105,7 @@ echo $this->getData('nav')->render(); ?>
- |
|
+ |
|
diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php
index 870168d..9e9cca8 100644
--- a/Theme/Backend/news-dashboard.tpl.php
+++ b/Theme/Backend/news-dashboard.tpl.php
@@ -46,7 +46,7 @@ echo $this->getData('nav')->render(); ?>
| = $this->printHtml($news->getPublish()->format('Y-m-d')); ?>
- |
| = $this->getHtml('Empty', 0, 0); ?>
+ |
| = $this->getHtml('Empty', '0', '0'); ?>
|