1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[feature/events] Adding viewtopic_topic_title_prepend template event

PHPBB3-9550
This commit is contained in:
Michael Cullum
2012-05-19 20:12:21 +01:00
committed by David King
parent 2a37f8b50f
commit ce7d440a6e
2 changed files with 2 additions and 2 deletions

View File

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