aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-08-09 13:42:34 +0200
committerZoddo <zoddo.ino@gmail.com>2015-08-09 13:42:34 +0200
commit9a2c74a68c2a078dca21b45de3a4303232e009f7 (patch)
tree77349cfaf77b67c5258b7a602e603343d0bc0849 /phpBB/styles/subsilver2/template
parent668defcf5705699be3a15548c08a3ea6c79086af (diff)
downloadforums-9a2c74a68c2a078dca21b45de3a4303232e009f7.tar
forums-9a2c74a68c2a078dca21b45de3a4303232e009f7.tar.gz
forums-9a2c74a68c2a078dca21b45de3a4303232e009f7.tar.bz2
forums-9a2c74a68c2a078dca21b45de3a4303232e009f7.tar.xz
forums-9a2c74a68c2a078dca21b45de3a4303232e009f7.zip
[ticket/14019] Add posting_topic_title_before template event
Allows to add some information on the left of the topic title in the posting form PHPBB3-14019
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r--phpBB/styles/subsilver2/template/posting_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html
index cde6873a90..03311a3d60 100644
--- a/phpBB/styles/subsilver2/template/posting_body.html
+++ b/phpBB/styles/subsilver2/template/posting_body.html
@@ -20,7 +20,7 @@
<!-- IF not S_PRIVMSGS -->
<div id="pageheader">
- <h2><!-- IF TOPIC_TITLE --><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- ENDIF --></h2>
+ <h2><!-- IF TOPIC_TITLE --><!-- EVENT posting_topic_title_before --><a class="titles" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><!-- ELSE --><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><!-- ENDIF --></h2>
<!-- IF MODERATORS -->
<p class="moderators">{L_MODERATORS}{L_COLON} {MODERATORS}</p>