View file vkclone-0.0.1/protected/modules/forums/views/section/update.php
<?php $this->pageHeader = $this->pageTitle = Yii::t('Forums', 'Updating section'); ?> <div class="blue_block"> <strong>← <?= CHtml::link(Yii::t('Forums', 'Back to section'), array('index', 'id' => $model->id)) ?></strong> </div> <?php $this->renderPartial('_form', array('model' => $model)) ?>