mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15020] Add Event for mcp_topic_postrow_post_subject
Add 2 events: mcp_topic_postrow_post_subject_before mcp_topic_postrow_post_subject_after PHPBB3-15020
This commit is contained in:
committed by
Marc Alexander
parent
fbc8a4a275
commit
1a1def5339
@@ -111,7 +111,9 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<!-- EVENT mcp_topic_postrow_post_subject_before -->
|
||||
<h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3>
|
||||
<!-- EVENT mcp_topic_postrow_post_subject_after -->
|
||||
|
||||
<!-- EVENT mcp_topic_postrow_post_details_before -->
|
||||
<p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p>
|
||||
|
Reference in New Issue
Block a user