mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13699] Add event before and after forum title in viewforum
PHPBB3-13699
This commit is contained in:
committed by
RMcGirr83
parent
ba1e3fd661
commit
c2b4636008
@@ -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 -->
|
||||
|
@@ -103,8 +103,9 @@
|
||||
|
||||
<!-- IF S_IS_POSTABLE or S_NO_READ_ACCESS -->
|
||||
<div id="pageheader">
|
||||
<!-- EVENT viewforum_forum_title_before -->
|
||||
<h2><!-- EVENT viewforum_forum_name_prepend --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- EVENT viewforum_forum_name_append --></h2>
|
||||
|
||||
<!-- EVENT viewforum_forum_title_after -->
|
||||
<!-- IF MODERATORS -->
|
||||
<p class="moderators"><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->{L_COLON} {MODERATORS}</p>
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user