Просмотр файла vkclone-0.0.1/protected/modules/gallery/views/album/update.php

Размер файла: 364B
<?php
$this->pageHeader = $this->pageTitle = Yii::t('Gallery', 'Changing album settings');
?>

<div class="blue_block">
	<strong>← <?= CHtml::link(Yii::t('Gallery', 'Back to album {album}', array('{album}' => CHtml::encode($model->name))), array('index', 'id' => $model->id)) ?></strong>
</div>

<?php $this->renderPartial('_form', array('model' => $model)) ?>