|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<!-- IF posts.user.picture -->
|
|
|
|
|
<img component="user/picture" data-uid="{posts.user.uid}" src="{posts.user.picture}" align="left" itemprop="image" />
|
|
|
|
|
<!-- ELSE -->
|
|
|
|
|
<div class="user-icon" style="background-color: {posts.user.icon:bgColor};">{posts.user.icon:text}</div>
|
|
|
|
|
<div component="user/picture" data-uid="{posts.user.uid}" class="user-icon" style="background-color: {posts.user.icon:bgColor};">{posts.user.icon:text}</div>
|
|
|
|
|
<!-- ENDIF posts.user.picture -->
|
|
|
|
|
<i component="user/status" class="fa fa-circle status {posts.user.status}" title="[[global:{posts.user.status}]]"></i>
|
|
|
|
|
<!-- IF posts.user.banned -->
|
|
|
|
|