diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-10-08 14:44:58 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-08 14:44:58 +0200 |
commit | a0ba6b7dc6411d5fd6aee9b17cb176905af0482a (patch) | |
tree | 0171e1a7e7e8e7885ef0a2bba63eb598fdb0b94a /phpBB/styles | |
parent | 82743c792287a1efe906c231df7d22dadc8bedcd (diff) | |
parent | c05a27396d7a93eab1a793b10021cbb19a41cefb (diff) | |
download | forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar.gz forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar.bz2 forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.tar.xz forums-a0ba6b7dc6411d5fd6aee9b17cb176905af0482a.zip |
Merge branch '3.1.x'
Conflicts:
phpBB/styles/prosilver/template/viewforum_body.html
phpBB/styles/subsilver2/template/viewforum_body.html
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 79a1e48fe6..f36e17369e 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -150,7 +150,9 @@ <ul class="topiclist topics"> <!-- ENDIF --> + <!-- EVENT viewforum_body_topic_row_before --> <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}"> <!-- IF topicrow.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> @@ -226,7 +228,9 @@ </span> </dd> </dl> + <!-- EVENT viewforum_body_topic_row_append --> </li> + <!-- EVENT viewforum_body_topic_row_after --> <!-- IF topicrow.S_LAST_ROW --> </ul> |