View file vkclone-0.0.1/protected/modules/users/views/notifications/index.php
<?php $this->pageHeader = $this->pageTitle = Yii::t('Users', 'Notifications'); ?> <div class="blue_block"> <strong>← <?= CHtml::link(Yii::t('Users', 'Cabinet'), array('cabinet/index')) ?></strong> </div> <?php $this->widget('zii.widgets.CListView', array( 'dataProvider' => $notifications, 'itemView' => '_notification', 'template' => "{items}\n{pager}", 'emptyText' => CHtml::tag('div', array('class' => 'text'), Yii::t('Users', 'No notifications found')), )); ?>