aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2015-07-28 05:47:01 -0400
committerRichard McGirr <rmcgirr83@gmail.com>2015-07-28 05:53:30 -0400
commit9c67d02bd2945fc56e3cfbfb04120dec7d46333b (patch)
tree0f4f9b92214f1a252839002a6edd957d69166d6d /phpBB/styles/subsilver2/template
parentf34f28f2834102714b13aeb05ca54cbb3c7d779c (diff)
downloadforums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar
forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar.gz
forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar.bz2
forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.tar.xz
forums-9c67d02bd2945fc56e3cfbfb04120dec7d46333b.zip
[ticket/13863] Add topic_row_append/prepend to mcp_forum.html
PHPBB3-13863
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_forum.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html
index b168bf3ac8..7966fcf98d 100644
--- a/phpBB/styles/subsilver2/template/mcp_forum.html
+++ b/phpBB/styles/subsilver2/template/mcp_forum.html
@@ -26,6 +26,7 @@
<!-- td class="row1" width="25" align="center">{topicrow.TOPIC_ICON_IMG}</td -->
<!-- ENDIF -->
<td class="row1">
+ <!-- EVENT topiclist_row_prepend -->
<!-- IF topicrow.S_SELECT_TOPIC -->
<span class="genmed">[ <a href="{topicrow.U_SELECT_TOPIC}">{L_SELECT_MERGE}</a> ]&nbsp;</span>
<!-- ENDIF -->
@@ -43,6 +44,7 @@
[ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ]&nbsp;
<!-- ENDIF -->
</p>
+ <!-- EVENT topiclist_row_append -->
</td>
<td class="row1" width="50" align="center"><p class="topicdetails">{topicrow.REPLIES}</p></td>
<td class="row1" width="120" align="center"><p class="topicdetails">{topicrow.LAST_POST_TIME}</p></td>