aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorKailey Truscott <kinerity@yahoo.com>2015-08-24 17:53:09 -0400
committerKailey Truscott <kinerity@yahoo.com>2015-08-24 17:53:09 -0400
commitd08c5edccae05166c37b9902c7b999dc4734fa8d (patch)
tree7e172b3f1d7175873ab45c328388909d95e6ed5b /phpBB/styles/prosilver/template/viewtopic_body.html
parent335452b1c162b74905b8459feb2f4d4ec9e31444 (diff)
downloadforums-d08c5edccae05166c37b9902c7b999dc4734fa8d.tar
forums-d08c5edccae05166c37b9902c7b999dc4734fa8d.tar.gz
forums-d08c5edccae05166c37b9902c7b999dc4734fa8d.tar.bz2
forums-d08c5edccae05166c37b9902c7b999dc4734fa8d.tar.xz
forums-d08c5edccae05166c37b9902c7b999dc4734fa8d.zip
[ticket/14126] Add viewtopic_topic_title_after template event
Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag). PHPBB3-14126
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index 87a9e95dce..b7506608d9 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -1,6 +1,7 @@
<!-- INCLUDE overall_header.html -->
<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 -->
<!-- IF FORUM_DESC --><div style="display: none !important;">{FORUM_DESC}<br /></div><!-- ENDIF -->