Просмотр файла vkclone-0.0.1/protected/modules/forums/views/forum/createSection.php

Размер файла: 314B
<?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)) ?>