diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-02 12:00:48 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-09-02 12:00:48 +0200 |
commit | 058c3116ed923a011cf983cb6da9fb4047a95f73 (patch) | |
tree | e8314cb29c9838ea1c7c7d220af02b30a3fa4422 /phpBB/styles/prosilver | |
parent | 5d4c7f99529fae3d0e02cf9d6c7e236b11fe455d (diff) | |
parent | 48d05bad256444eb9a823f9c376522356e9be77e (diff) | |
download | forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar.gz forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar.bz2 forums-058c3116ed923a011cf983cb6da9fb4047a95f73.tar.xz forums-058c3116ed923a011cf983cb6da9fb4047a95f73.zip |
Merge branch '3.1.x'
* 3.1.x:
[ticket/14126] Add viewtopic_topic_title_after template event
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 1 |
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 --> |