Trustmaster |
|
---|---|
You can even use something like
<!-- IF {PHP.usr.profile.user_avatar} -->
<img src="{PHP.usr.profile.user_avatar}" alt="avatar" />
<!-- ELSE -->
<img src="default_avatar.png" alt="no avatar" />
<!-- ENDIF --> May the Source be with you!
|