mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13512] Add template events before/after the post details
Add template events to viewtopic_body.html to allow extensions adding content before/after the post details. PHPBB3-13512
This commit is contained in:
@@ -167,6 +167,7 @@
|
||||
<b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
|
||||
<!-- EVENT viewtopic_body_post_author_after -->
|
||||
</td>
|
||||
<!-- EVENT viewtopic_body_postrow_post_details_before -->
|
||||
<td width="100%" height="25">
|
||||
<table width="100%" cellspacing="0">
|
||||
<tr>
|
||||
@@ -177,6 +178,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<!-- EVENT viewtopic_body_postrow_post_details_after -->
|
||||
</tr>
|
||||
|
||||
<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user