1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15334] Add template event viewtopic_topic_title_before

PHPBB3-15334
This commit is contained in:
kasimi
2017-08-21 18:32:26 +02:00
parent 1e605efaf1
commit 1f041c79c6
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<!-- INCLUDE overall_header.html -->
<!-- EVENT viewtopic_topic_title_before -->
<h2 class="topic-title"><!-- EVENT viewtopic_topic_title_prepend --><a href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- EVENT viewtopic_topic_title_append --></h2>
<!-- EVENT viewtopic_topic_title_after -->
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the topic body -->