Answer the question
In order to leave comments, you need to log in
How to change images to icons in yii?
How to change the output of images to icons in yii, for example, Font Awesome?
Here is the actual code:
<?php echo CHtml::image($this->module->getRegisteredImage('ban.png'), 'ban', array('title'=>Yii::t('BbiiModule.bbii', 'Ban IP address'), 'style'=>'cursor:pointer;', 'onclick'=>'if(confirm("' . Yii::t('BbiiModule.bbii','Do you really want to ban this IP address?') . '")) { banIp(' . $data->id . ', "' . $this->createAbsoluteUrl('moderator/banIp') . '") }')); ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question