r20151018.3

Signed-off-by: Flashwave <me@flash.moe>
This commit is contained in:
flash 2015-10-18 22:01:30 +02:00
parent 32b7622791
commit fcbe6eccd2

View file

@ -17,7 +17,7 @@
<a class="username">[deleted user]</a> <a class="username">[deleted user]</a>
{% endif %} {% endif %}
<div class="userdata"> <div class="userdata">
<div class="usertitle">{% if not post.user.usertitle %}{{ post.rank.title }}{% else %}{{ post.user.user_title }}{% endif %}</div> <div class="usertitle">{% if not post.user.userTitle %}{{ post.rank.title }}{% else %}{{ post.user.userTitle }}{% endif %}</div>
<img src="{{ sakura.contentPath }}/images/tenshi.png" alt="Tenshi"{% if not post.user.checkPremium[0] %} style="opacity: 0;"{% endif %} /> <img src="{{ sakura.contentPath }}/images/flags/{{ post.user.country.short|lower }}.png" alt="{{ post.user.country.long }}" /> <img src="{{ sakura.contentPath }}/images/tenshi.png" alt="Tenshi"{% if not post.user.checkPremium[0] %} style="opacity: 0;"{% endif %} /> <img src="{{ sakura.contentPath }}/images/flags/{{ post.user.country.short|lower }}.png" alt="{{ post.user.country.long }}" />
{% if session.checkLogin %} {% if session.checkLogin %}
<div class="actions"> <div class="actions">