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;