View file vkclone-0.0.1/protected/modules/gallery/views/default/userPhotos.php
<?php $this->pageHeader = $this->pageTitle = Yii::t('Gallery', 'Gallery'); ?> <div class="blue_block"> <?= Theme::icon(Theme::ICON_USER) ?> <strong><?= Theme::username($user) ?></strong> </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')), )); ?>