24 lines
442 B
PHP
24 lines
442 B
PHP
|
|
<?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>
|