diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php
index e0fdba6..1986443 100644
--- a/Theme/Backend/news-dashboard.tpl.php
+++ b/Theme/Backend/news-dashboard.tpl.php
@@ -21,33 +21,37 @@ $newsList = $this->getData('news');
echo $this->getData('nav')->render(); ?>
-
-
+
diff --git a/Theme/Backend/news-single.tpl.php b/Theme/Backend/news-single.tpl.php
index eb28f1c..f28ce18 100644
--- a/Theme/Backend/news-single.tpl.php
+++ b/Theme/Backend/news-single.tpl.php
@@ -20,12 +20,15 @@
$news = $this->getData('news');
echo $this->getData('nav')->render(); ?>
-
-
-
-
-
- = $news->getContent(); ?>
-
+
+
+
+
+
+
+ = $news->getContent(); ?>
+
+
+
-
+
\ No newline at end of file
diff --git a/Theme/backend/news-archive.tpl.php b/Theme/backend/news-archive.tpl.php
index 42d7cdd..c327a27 100644
--- a/Theme/backend/news-archive.tpl.php
+++ b/Theme/backend/news-archive.tpl.php
@@ -23,23 +23,28 @@ $footerView->setPages(20);
$footerView->setPage(1);
echo $this->getData('nav')->render(); ?>
-
-
- = $this->getText('Archive') ?>
-
-
- | = $this->getText('Type'); ?>
- | = $this->getText('Title'); ?>
- | = $this->getText('Author'); ?>
- | = $this->getText('Date'); ?>
- |
-
- | = $footerView->render(); ?>
- |
- $value) : $count++; ?>
-
-
- | = $this->getText('Empty', 0, 0); ?>
-
- |
+
+
+
+
+
+ = $this->getText('Archive') ?>
+
+
+ | = $this->getText('Type'); ?>
+ | = $this->getText('Title'); ?>
+ | = $this->getText('Author'); ?>
+ | = $this->getText('Date'); ?>
+ |
+
+ | = $footerView->render(); ?>
+ |
+ $value) : $count++; ?>
+
+
+ | = $this->getText('Empty', 0, 0); ?>
+
+ |
+
+