main
psychobunny 9 years ago
parent becc3921b6
commit 46ec250611

@ -5,7 +5,7 @@
<p>
<a href="{config.relative_path}/user/{../user.userslug}">
<!-- IF ../user.picture -->
<img class="user-img" title="{../user.username}" src="{../user.picture}" />
<img class="user-img" alt="{../user.username}" src="{../user.picture}" />
<!-- ELSE -->
<span class="user-icon user-img" title="{../user.username}" style="background-color: {../user.icon:bgColor};">{../user.icon:text}</span>
<!-- ENDIF ../user.picture -->

Loading…
Cancel
Save