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

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

<div class="blue_block">
	<!-- <?= CHtml::link(Yii::t('Gallery', 'Most popular photos'), array('popularPhotos')) ?> <span class="divier">/</span> --> <?= CHtml::link(Yii::t('Gallery', 'My photos'), array('myPhotos')) ?> <span class="divier">/</span> <?= CHtml::link(Yii::t('Gallery', 'My albums'), array('myAlbums')) ?>
</div>

<?php $this->widget('zii.widgets.CListView', array(
	'dataProvider' => $photos,
	'itemView' => '../photo/_photo',
	'template' => "{items}\n{pager}",
	'emptyText' => CHtml::tag('div', array('class' => 'text'), Yii::t('Gallery', 'No photos found')),
)); ?>