diff options
| author | Richard McGirr <rmcgirr83@gmail.com> | 2015-07-28 05:47:01 -0400 |
|---|---|---|
| committer | Richard McGirr <rmcgirr83@gmail.com> | 2015-07-28 05:53:30 -0400 |
| commit | 9c67d02bd2945fc56e3cfbfb04120dec7d46333b (patch) | |
| tree | 0f4f9b92214f1a252839002a6edd957d69166d6d /phpBB/styles/subsilver2/template | |
| parent | f34f28f2834102714b13aeb05ca54cbb3c7d779c (diff) | |
| download | forums-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.html | 2 |
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> ] </span> <!-- ENDIF --> @@ -43,6 +44,7 @@ [ <a href="{topicrow.U_DELETE_TOPIC}">{L_DELETE_SHADOW_TOPIC}</a> ] <!-- 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> |
