diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-07-31 07:50:23 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-07-31 07:50:23 +0200 |
commit | d880443ea24c7c9b8738e06f5561f68cd8ab200c (patch) | |
tree | 0b83305db1f1b5ae46438b356f0492c7f8eb3d2e /phpBB/styles/prosilver/template | |
parent | b4d4709726a00212e522c5ce012c55cf2d561b72 (diff) | |
parent | 5307da11b63a953ce37c32d6bffe74f35a303a97 (diff) | |
download | forums-d880443ea24c7c9b8738e06f5561f68cd8ab200c.tar forums-d880443ea24c7c9b8738e06f5561f68cd8ab200c.tar.gz forums-d880443ea24c7c9b8738e06f5561f68cd8ab200c.tar.bz2 forums-d880443ea24c7c9b8738e06f5561f68cd8ab200c.tar.xz forums-d880443ea24c7c9b8738e06f5561f68cd8ab200c.zip |
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 91410ec300..1827738019 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -157,7 +157,7 @@ <li class="row<!-- IF topicrow.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->"> <!-- EVENT viewforum_body_topic_row_prepend --> <dl class="row-item {topicrow.TOPIC_IMG_STYLE}"> - <dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}"> + <dt<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url('{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}'); background-repeat: no-repeat;"<!-- ENDIF --> title="{topicrow.TOPIC_FOLDER_IMG_ALT}"> <!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> <div class="list-inner"> <!-- EVENT topiclist_row_prepend --> |