1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14068] Add template events before and after poll panel

In viewtopic.

PHPBB3-14068
This commit is contained in:
javiexin
2015-08-05 14:27:22 +02:00
committed by Marc Alexander
parent ccd1e1eebb
commit 04b0ba9f6d
3 changed files with 22 additions and 0 deletions

View File

@@ -68,6 +68,8 @@
<!-- EVENT viewtopic_body_pagination_top_after -->
</div>
<!-- EVENT viewtopic_body_poll_before -->
<!-- IF S_HAS_POLL -->
<form method="post" action="{S_POLL_ACTION}" data-ajax="vote_poll" class="topic_poll">
@@ -121,6 +123,8 @@
<hr />
<!-- ENDIF -->
<!-- EVENT viewtopic_body_poll_after -->
<!-- BEGIN postrow -->
<!-- EVENT viewtopic_body_postrow_post_before -->
<!-- IF postrow.S_FIRST_UNREAD -->