diff --git a/Theme/Backend/news-archive.tpl.php b/Theme/Backend/news-archive.tpl.php
index 7915e02..d23cbcc 100644
--- a/Theme/Backend/news-archive.tpl.php
+++ b/Theme/Backend/news-archive.tpl.php
@@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
-
+
= $this->getHtml('Archive'); ?>
diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php
index 82bd12e..b8191c0 100644
--- a/Theme/Backend/news-dashboard.tpl.php
+++ b/Theme/Backend/news-dashboard.tpl.php
@@ -21,7 +21,7 @@ echo $this->getData('nav')->render(); ?>
-
+
= $this->getHtml('News'); ?>
diff --git a/Theme/Backend/news-single.tpl.php b/Theme/Backend/news-single.tpl.php
index 5a66722..7179189 100644
--- a/Theme/Backend/news-single.tpl.php
+++ b/Theme/Backend/news-single.tpl.php
@@ -20,10 +20,7 @@ echo $this->getData('nav')->render(); ?>
- = $this->printHtml($news->getTitle()); ?>
-
-
= $news->getContent(); ?>
-
+ = $news->getContent(); ?>
\ No newline at end of file