aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorRichard McGirr <rmcgirr83@gmail.com>2015-04-17 07:19:04 -0400
committerRMcGirr83 <rmcgirr83@gmail.com>2015-05-05 13:37:46 -0400
commitc2b46360082218687fb6b61987b84db8239d30ac (patch)
tree1135057efd4de932280463d173b1e4e679381aca /phpBB/styles/prosilver
parentba1e3fd66173ccecf29f8dfef761772322182ff0 (diff)
downloadforums-c2b46360082218687fb6b61987b84db8239d30ac.tar
forums-c2b46360082218687fb6b61987b84db8239d30ac.tar.gz
forums-c2b46360082218687fb6b61987b84db8239d30ac.tar.bz2
forums-c2b46360082218687fb6b61987b84db8239d30ac.tar.xz
forums-c2b46360082218687fb6b61987b84db8239d30ac.zip
[ticket/13699] Add event before and after forum title in viewforum
PHPBB3-13699
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/viewforum_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html
index a0a0cd547a..b1e9d1be2c 100644
--- a/phpBB/styles/prosilver/template/viewforum_body.html
+++ b/phpBB/styles/prosilver/template/viewforum_body.html
@@ -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 -->