kokjan/frontend/views/bless/view.php

24 lines
442 B
PHP
Raw Normal View History

2026-02-25 06:59:34 +00:00
<?php
use yii\helpers\Html;
$this->title = 'ลงนามถวายพระพร องค์การบริหารส่วนตำบลบอน';
?>
<?php
$this->registerCss("
.post-content img {
max-width:100%;
height:auto!important;
}
");
?>
<div class="card shadow post-content ">
<div class="card-body">
<?= $this->render('_print', [
'model' => $model,
]) ?>
</div>
</div>