kokjan/frontend/views/page/view.php

23 lines
536 B
PHP
Raw Normal View History

2026-02-25 06:59:34 +00:00
<?php
/* @var $this yii\web\View */
use yii\helpers\HtmlPurifier;
$this->title = $model->name;
$this->params['breadcrumbs'][] = $this->title;
?>
<?php
$this->registerCss("
.post-content img {
max-width:100%;
height:auto!important;
}
");
?>
<small><span class="fa fa-calendar"></span> ปรับปรุงล่าสุด <?=Yii::$app->formatter->asDateTime($model->updated_at)?> <span class="fa fa-eye"></span> <?= number_format($model->hit) ?></small>
<div class="page-content">
<?= $model->description ?>
</div>