diff --git a/Theme/Backend/news-archive.tpl.php b/Theme/Backend/news-archive.tpl.php index 9ad8f45..28f6176 100644 --- a/Theme/Backend/news-archive.tpl.php +++ b/Theme/Backend/news-archive.tpl.php @@ -23,7 +23,7 @@ $footerView->setPages(20); $footerView->setPage(1); echo $this->getData('nav')->render(); ?> - + = $this->l11n->lang['News']['Archive'] ?> @@ -42,4 +42,4 @@ echo $this->getData('nav')->render(); ?> = $this->l11n->lang[0]['Empty']; ?> - + diff --git a/Theme/Backend/news-create.tpl.php b/Theme/Backend/news-create.tpl.php index f3b1395..313eea5 100644 --- a/Theme/Backend/news-create.tpl.php +++ b/Theme/Backend/news-create.tpl.php @@ -44,7 +44,7 @@ echo $this->getData('nav')->render(); ?> - + = $this->l11n->lang['News']['Plain'] ?> @@ -62,7 +62,7 @@ echo $this->getData('nav')->render(); ?> - + diff --git a/Theme/Backend/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php index 56de42d..5272753 100644 --- a/Theme/Backend/news-dashboard.tpl.php +++ b/Theme/Backend/news-dashboard.tpl.php @@ -21,7 +21,7 @@ $newsList = $this->getData('news'); echo $this->getData('nav')->render(); ?> - + = $this->l11n->lang['News']['News'] ?> @@ -50,4 +50,4 @@ echo $this->getData('nav')->render(); ?> = $this->l11n->lang[0]['Empty']; ?> - + diff --git a/Theme/Backend/news-single.tpl.php b/Theme/Backend/news-single.tpl.php index 0926dd4..56bddf9 100644 --- a/Theme/Backend/news-single.tpl.php +++ b/Theme/Backend/news-single.tpl.php @@ -22,7 +22,7 @@ $news = $this->getData('news'); echo $this->getData('nav')->render(); ?> - = $news->getTitle(); ?> + = $news->getTitle(); ?> = $news->getContent(); ?>