mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-17 08:58:42 +00:00
make portlet
This commit is contained in:
parent
94983228d6
commit
54950a0a4b
|
|
@ -21,7 +21,7 @@ $news = $this->getData('news');
|
||||||
echo $this->getData('nav')->render(); ?>
|
echo $this->getData('nav')->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<section class="box wf-100">
|
<section class="portlet">
|
||||||
<article>
|
<article>
|
||||||
<h1><?= $this->printHtml($news->getTitle()); ?></h1>
|
<h1><?= $this->printHtml($news->getTitle()); ?></h1>
|
||||||
<?= $news->getContent(); ?>
|
<?= $news->getContent(); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user