<?php echo Profile::renderFullSizeAvatar($this->model->id, 45); ?> </span> <span id='info'> <div id='profile-name'> <?php echo X2Html::link($this->model->fullName, Yii::app()->controller->createUrl('view', array('id' => $this->model->id, 'publicProfile' => true))); ?> </div> <!--div id='profile-edit'> <!?php echo X2Html::link( Yii::t('profile','Edit Profile'), Yii::app()->controller->createUrl('update', array( 'id' => $this->model->id )) ); ?!> </div--> </span> <div class='clear'></div> </div> <div id='profile-actions'> <?php echo X2Html::ul($actionList, array('id' => 'profile-widget-action-menu'), 'x2-minimal-button'); ?> </div>