diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-12-27 20:56:47 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-12-27 20:56:47 +0100 |
commit | dddcf28a2dd246d37a40763d55bf5d78dc5499df (patch) | |
tree | 702036abed2f51ad2efa603402b78ea1a9bebfe5 /phpBB/styles/prosilver/template | |
parent | d1f10d54fcbce175a4ac61681078e9fdd3b9fc69 (diff) | |
parent | a24839d21d09a329b65799bf0de0a3d5c45e1ba1 (diff) | |
download | forums-dddcf28a2dd246d37a40763d55bf5d78dc5499df.tar forums-dddcf28a2dd246d37a40763d55bf5d78dc5499df.tar.gz forums-dddcf28a2dd246d37a40763d55bf5d78dc5499df.tar.bz2 forums-dddcf28a2dd246d37a40763d55bf5d78dc5499df.tar.xz forums-dddcf28a2dd246d37a40763d55bf5d78dc5499df.zip |
Merge pull request #5043 from kinerity/ticket/15452
[ticket/15452] Add template event mcp_topic_postrow_post_before
Diffstat (limited to 'phpBB/styles/prosilver/template')
-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"> |