aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-08 14:42:37 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-08 14:43:12 +0200
commitc05a27396d7a93eab1a793b10021cbb19a41cefb (patch)
tree1b714c8a59932d4373078b495c82da46b7c161f0 /phpBB/styles/subsilver2/template
parentcf62b303a639df4e6d5f3af3b262a757752bab36 (diff)
parentb1e92393ee69740d651a46f32ea2c6c80883a08c (diff)
downloadforums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.gz
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.bz2
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.tar.xz
forums-c05a27396d7a93eab1a793b10021cbb19a41cefb.zip
Merge pull request #3820 from rxu/ticket/14080
[ticket/14080] Add template events around the topic row in viewforum_body.html
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/viewforum_body.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html
index 83b01b9f6d..ff16b62fd3 100644
--- a/phpBB/styles/subsilver2/template/viewforum_body.html
+++ b/phpBB/styles/subsilver2/template/viewforum_body.html
@@ -34,7 +34,9 @@
<!-- BEGIN topicrow -->
+ <!-- EVENT viewforum_body_topic_row_before -->
<tr>
+ <!-- EVENT viewforum_body_topic_row_prepend -->
<td class="row1" width="25" align="center">{topicrow.TOPIC_FOLDER_IMG}</td>
<!-- IF S_TOPIC_ICONS -->
<td class="row1" width="25" align="center"><!-- IF topicrow.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" width="{topicrow.TOPIC_ICON_IMG_WIDTH}" height="{topicrow.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td>
@@ -75,7 +77,9 @@
<!-- IF not S_IS_BOT --><a href="{topicrow.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a><!-- ENDIF -->
</p>
</td>
+ <!-- EVENT viewforum_body_topic_row_append -->
</tr>
+ <!-- EVENT viewforum_body_topic_row_after -->
<!-- BEGINELSE -->