diff options
| author | Richard McGirr <rmcgirr83@gmail.com> | 2016-06-13 06:26:55 -0400 |
|---|---|---|
| committer | Richard McGirr <rmcgirr83@gmail.com> | 2016-06-13 06:26:55 -0400 |
| commit | e9cbb4543507e6f20049fafb5d51938944d054d7 (patch) | |
| tree | b818d64fb8397a2d9598c7be973cde6cac78d671 /phpBB/styles/prosilver/template/mcp_forum.html | |
| parent | 2a538311249737afb9c45e33841480988c7ac18f (diff) | |
| download | forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar.gz forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar.bz2 forums-e9cbb4543507e6f20049fafb5d51938944d054d7.tar.xz forums-e9cbb4543507e6f20049fafb5d51938944d054d7.zip | |
[ticket/14672] Change event name add to events.md
PHPBB3-14672
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 9b472ccd30..3033ef799c 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -50,7 +50,7 @@ <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> <!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> <a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF --> <br /> - + <!-- EVENT topiclist_row_topic_title_after --> <div class="responsive-show" style="display: none;"> <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> {L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « {topicrow.LAST_POST_TIME}<br /> |
