make portlet

This commit is contained in:
Dennis Eichhorn 2020-06-01 12:24:09 +02:00
parent 94983228d6
commit 54950a0a4b

View File

@ -21,7 +21,7 @@ $news = $this->getData('news');
echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<section class="box wf-100">
<section class="portlet">
<article>
<h1><?= $this->printHtml($news->getTitle()); ?></h1>
<?= $news->getContent(); ?>