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