diff --git a/Theme/Backend/dashboard-news.tpl.php b/Theme/Backend/dashboard-news.tpl.php
index fa0b790..be21629 100644
--- a/Theme/Backend/dashboard-news.tpl.php
+++ b/Theme/Backend/dashboard-news.tpl.php
@@ -28,8 +28,6 @@ $newsList = $this->getData('news');
| = $this->getText('Type', 'News'); ?>
| = $this->getText('Title', 'News'); ?>
- | = $this->getText('Author', 'News'); ?>
- | = $this->getText('Date', 'News'); ?>
|
$news) : $count++;
$url = \phpOMS\Uri\UriFactory::build('/{/lang}/backend/news/article?{?}&id=' . $news->getId());
@@ -42,8 +40,6 @@ $newsList = $this->getData('news');
= $news->isFeatured() ? '' : ''; ?>
| = $this->getText('TYPE' . $news->getType(), 'News'); ?>
| = $news->getTitle(); ?>
- | = $news->getCreatedBy(); ?>
- | = $news->getPublish()->format('Y-m-d'); ?>
| | = $this->getText('Empty', 0, 0); ?>
|