diff options
author | Kailey Truscott <kinerity@yahoo.com> | 2017-11-11 18:09:13 -0500 |
---|---|---|
committer | Kailey Truscott <kinerity@yahoo.com> | 2017-11-13 07:39:59 -0500 |
commit | a24839d21d09a329b65799bf0de0a3d5c45e1ba1 (patch) | |
tree | 23fc0b8580008a95d04b05b0b94c88098f452da8 /phpBB/styles/prosilver/template/mcp_topic.html | |
parent | 44d5bde61604979ea6f89951e78edf352f8a9bb5 (diff) | |
download | forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar.gz forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar.bz2 forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.tar.xz forums-a24839d21d09a329b65799bf0de0a3d5c45e1ba1.zip |
[ticket/15452] Add template event mcp_topic_postrow_post_before
PHPBB3-15452
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_topic.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_topic.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html index 35b1ecca0a..0a5fdca07c 100644 --- a/phpBB/styles/prosilver/template/mcp_topic.html +++ b/phpBB/styles/prosilver/template/mcp_topic.html @@ -94,6 +94,7 @@ <div id="topicreview" class="topicreview"> <!-- BEGIN postrow --> + <!-- EVENT mcp_topic_postrow_post_before --> <div class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> <div class="inner"> |