From 9a2c74a68c2a078dca21b45de3a4303232e009f7 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Sun, 9 Aug 2015 13:42:34 +0200 Subject: [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 --- phpBB/styles/prosilver/template/posting_layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/posting_layout.html b/phpBB/styles/prosilver/template/posting_layout.html index 34f0c63d5c..19a7351d78 100644 --- a/phpBB/styles/prosilver/template/posting_layout.html +++ b/phpBB/styles/prosilver/template/posting_layout.html @@ -1,7 +1,7 @@ -

{TOPIC_TITLE}

+

{TOPIC_TITLE}

{FORUM_NAME}

-- cgit v1.2.1