We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016e081 commit 7c0203eCopy full SHA for 7c0203e
templates/frontend/news_detail.php
@@ -6,6 +6,7 @@
6
<?php $this->stop() ?>
7
8
<h1 class="news-title"><?php echo $object->getTitle();?></h1>
9
+<div class="news-date"><?php echo $object->getDate();?></div>
10
<div class="news-content"><?php echo $object->getContent();?></div>
11
12
<?= $this->section('content'); ?>
0 commit comments