View file vkclone-0.0.1/protected/modules/gallery/views/album/_album.php

File size: 238B
<div class="post">
		<?= Theme::icon(Theme::ICON_FOLDER) ?>
		<strong> <?= CHtml::link(CHtml::encode($data->name), array('album/index', 'id' => $data->id)) ?> (<?= Yii::app()->format->formatNumber($data->total_photos) ?>)</strong>
</div>