From bb09cdc54107c371b99486f3bdc67f32e38bfee7 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 13 Jan 2019 21:42:08 +0100 Subject: [PATCH] Use new tab, colors and css --- Theme/Backend/news-archive.tpl.php | 2 +- Theme/Backend/news-dashboard.tpl.php | 2 +- Theme/Backend/news-single.tpl.php | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) 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(); ?>
- +
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(); ?>
-
getHtml('Archive'); ?>
+
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(); ?>
-

printHtml($news->getTitle()); ?>

-
-
getContent(); ?>
-
+
getContent(); ?>
\ No newline at end of file
getHtml('News'); ?>