diff options
author | rxu <rxu@mail.ru> | 2014-02-20 14:53:34 +0800 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2014-02-21 00:27:47 +0800 |
commit | 6d9afcd07710210cd27c551b266d27238563ca67 (patch) | |
tree | dac2c12d2a6ef78164cbfc2c50e25230806d0c7f /phpBB/styles/prosilver | |
parent | e56f562d476fe84706bbe23edfd844d5f782043d (diff) | |
download | forums-6d9afcd07710210cd27c551b266d27238563ca67.tar forums-6d9afcd07710210cd27c551b266d27238563ca67.tar.gz forums-6d9afcd07710210cd27c551b266d27238563ca67.tar.bz2 forums-6d9afcd07710210cd27c551b266d27238563ca67.tar.xz forums-6d9afcd07710210cd27c551b266d27238563ca67.zip |
[ticket/12217] Add more template events to viewtopic_body.html
Add viewtopic template events before/after the posts,
after the sorting options to allow adding contents to
respective places (like advertisement and so on).
PHPBB3-12217
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 1818f9c3d8..d5c45e1dfe 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -107,12 +107,12 @@ {S_HIDDEN_FIELDS} </div> - </form> <hr /> <!-- ENDIF --> <!-- BEGIN postrow --> + <!-- EVENT viewtopic_body_postrow_post_before --> <!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF --> <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_POST_DELETED --> deleted<!-- ENDIF --><!-- IF postrow.S_ONLINE and not postrow.S_POST_HIDDEN --> online<!-- ENDIF -->"> <div class="inner"> @@ -271,6 +271,7 @@ </div> <hr class="divider" /> + <!-- EVENT viewtopic_body_postrow_post_after --> <!-- END postrow --> <!-- IF S_QUICK_REPLY --> <!-- INCLUDE quickreply_editor.html --> @@ -292,6 +293,7 @@ <hr /> <!-- ENDIF --> +<!-- EVENT viewtopic_body_topic_actions_before --> <div class="topic-actions"> <div class="buttons"> <!-- IF not S_IS_BOT and S_DISPLAY_REPLY_INFO --> |