diff --git a/Theme/Backend/news-single.tpl.php b/Theme/Backend/news-single.tpl.php deleted file mode 100755 index 539fd77..0000000 --- a/Theme/Backend/news-single.tpl.php +++ /dev/null @@ -1,78 +0,0 @@ -data['news']; - -/** @var bool $editable */ -$editable = $this->data['editable']; - -$profile = UriFactory::build('profile/view?{?}&id=' . $news->createdBy->id); - -/** @var \phpOMS\Views\View $this */ -echo $this->data['nav']->render(); ?> -
-
-
-
- -
- files; foreach ($files as $file) : ?> - name; ?> - -
-
- tags as $tag) : ?> - - printHtml($tag->getL11n()); ?> - - -
-
- - - -
-
-
- -comments; -if ($this->data['commentPermissions']['write'] && $commentList->status === CommentListStatus::ACTIVE) : - echo $this->getData('commentCreate')->render(1); -endif; - -if ($this->data['commentPermissions']['list_modify'] - || ($this->data['commentPermissions']['list_read'] && $commentList->status !== CommentListStatus::INACTIVE) -) : - echo $this->getData('commentList')->render($commentList); -endif;