Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                            <?php
  2.                                 $nick = '<span'.($this->ip == @$player['ip']
  3.                                     ? ' style="font-weight: bold; color: blue"' : '').'>'
  4.                                         .'<img src="https://minotar.net/avatar/' .@$player['name'].'" alt="Player logo" /></span>';
  5.                                 if (@$player['id'])
  6.                                     echo CHtml::link($nick, array('player/view', 'id'=>$player['id']));      
  7.                                 else
  8.                                     echo $nick;
  9.  
  10.                             ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement