View file vkclone-0.0.1/protected/modules/groups/views/group/_group.php

File size: 352B
<div class="post">
	<?= CHtml::image(Yii::app()->baseUrl.'/images/group.png', 'group', array('class' => 'favicon_image')) ?>
	<strong><?= CHtml::link(CHtml::encode($data->name), array('group/index', 'id' => $data->id)) ?></strong>
	<span class="datetime"><?= Yii::t('Groups', '{n} follower|{n} followers', array($data->total_members)) ?></span>
</div>