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

Размер файла: 308B
<?php
$this->pageHeader = $this->pageTitle = Yii::t('Forums', 'Posting');
?>

<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('../post/_form', array('model' => $model)) ?>