modified.
This commit is contained in:
parent
1c21f51941
commit
19463a1e63
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="row" id="user-{$user.userid}">
|
||||
<div class="col-md-2">
|
||||
<a href="{$userquery->profile_link($user)}">
|
||||
<img class="border" src="http://st.depositphotos.com/1742172/1313/v/950/depositphotos_13135344-Smiling-boy-in-yellow-thumbs-up-cartoon.jpg" width="60" height="60">
|
||||
<img class="border" src="{$userquery->getUserThumb($user)}" width="60" height="60">
|
||||
<!--<img src="{$userquery->getuserthumb($user)}" class="img-circle">-->
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue