1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2022-07-28 20:26:03 +02:00
2 changed files with 11 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
{% if lang(topicrow.TOPIC_AUTHOR) == S_USERNAME %}
<span class="row-item-link-mine"></span>
{% endif%}
{% if topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS %}
{% if topicrow.TOPIC_ICON_IMG and topicrow.S_TOPIC_ICONS %}
<img class="row-item-sub" src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" alt="">
{% endif %}
<div class="list-inner">