{% set forum_icon_color = 'unread' in IMG_STYLE ? 'text-color' : 'text-current' %} {% if 'locked' in IMG_STYLE %} {% elseif 'subforum' in IMG_STYLE %} {% elseif 'sticky' in IMG_STYLE %} {% elseif 'moved' in IMG_STYLE %} {% elseif 'hot' in IMG_STYLE %} {% elseif 'announce' in IMG_STYLE or 'global' in IMG_STYLE %} {% elseif 'link' in IMG_STYLE %} {% else %} {% endif %}