mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-04 03:08:41 +00:00
13 lines
427 B
PHP
13 lines
427 B
PHP
<div class="b b-5 c7-1 c7" id="i7-1-1">
|
|
<h1>
|
|
<?= /** @var \Modules\News\Article $article */
|
|
$article->getTitle(); ?>
|
|
<i class="fa fa-minus min"></i>
|
|
<i class="fa fa-plus max vh"></i>
|
|
</h1>
|
|
|
|
<div class="bc-1">
|
|
<span><?= $article->getPublish()->format('Y-m-d H:i:s'); ?></span> <span><?= $article->getAuthor(); ?></span>
|
|
<?= $article->getContent(); ?>
|
|
</div>
|
|
</div>
|