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

[ticket/14126] Add viewtopic_topic_title_after template event

Add content directly after the topic title link on the View topic screen
(outside of the h2 HTML tag).

PHPBB3-14126
This commit is contained in:
Kailey Truscott
2015-08-24 17:53:09 -04:00
parent 335452b1c1
commit d08c5edcca
3 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<div id="pageheader">
<h2><!-- EVENT viewtopic_topic_title_prepend --><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>
<!-- EVENT viewtopic_topic_title_after -->
<!-- IF MODERATORS -->
<p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON} {MODERATORS}</p>