Просмотр файла vkclone-0.0.1/protected/modules/forums/views/post/update.php
<?php $this->pageHeader = $this->pageTitle = Yii::t('Forums', 'Updating post'); ?> <div class="blue_block"> <strong>← <?= CHtml::link(Yii::t('Forums', 'Back to topic'), array('topic/index', 'id' => $model->topic_id)) ?></strong> </div> <?php $this->renderPartial('_form', array('model' => $model)) ?>