diff --git a/Theme/Backend/dashboard.tpl.php b/Theme/Backend/dashboard.tpl.php
index db4f61a..81587d8 100644
--- a/Theme/Backend/dashboard.tpl.php
+++ b/Theme/Backend/dashboard.tpl.php
@@ -20,7 +20,7 @@ echo $this->getData('nav')->render(); ?>
@@ -59,7 +59,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/mail-out-view.tpl.php b/Theme/Backend/mail-out-view.tpl.php
index 981b865..67a2818 100644
--- a/Theme/Backend/mail-out-view.tpl.php
+++ b/Theme/Backend/mail-out-view.tpl.php
@@ -19,7 +19,7 @@ echo $this->getData('nav')->render(); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/mail-spam-view.tpl.php b/Theme/Backend/mail-spam-view.tpl.php
index 981b865..67a2818 100644
--- a/Theme/Backend/mail-spam-view.tpl.php
+++ b/Theme/Backend/mail-spam-view.tpl.php
@@ -19,7 +19,7 @@ echo $this->getData('nav')->render(); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
diff --git a/Theme/Backend/mail-trash-view.tpl.php b/Theme/Backend/mail-trash-view.tpl.php
index 981b865..67a2818 100644
--- a/Theme/Backend/mail-trash-view.tpl.php
+++ b/Theme/Backend/mail-trash-view.tpl.php
@@ -19,7 +19,7 @@ echo $this->getData('nav')->render(); ?>
@@ -48,7 +48,7 @@ echo $this->getData('nav')->render(); ?>
|
- | = $this->getHtml('Empty', 0, 0); ?>
+ | = $this->getHtml('Empty', '0', '0'); ?>
|