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

[ticket/13699] Add event before and after forum title in viewforum

PHPBB3-13699
This commit is contained in:
Richard McGirr
2015-04-17 07:19:04 -04:00
committed by RMcGirr83
parent ba1e3fd661
commit c2b4636008
3 changed files with 20 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<!-- INCLUDE overall_header.html -->
<!-- EVENT viewforum_forum_title_before -->
<h2 class="forum-title"><!-- EVENT viewforum_forum_name_prepend --><a href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- EVENT viewforum_forum_name_append --></h2>
<!-- EVENT viewforum_forum_title_after -->
<!-- IF FORUM_DESC or MODERATORS or U_MCP -->
<div>
<!-- NOTE: remove the style="display: none" when you want to have the forum description on the forum body -->