main
psychobunny 9 years ago
parent becc3921b6
commit 46ec250611

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

Loading…
Cancel
Save