kokjan/frontend/views/bless/view.php

24 lines
442 B
PHP
Executable File

<?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>