diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 743db977dc..11c72ca4ee 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1037,6 +1037,13 @@ posting_poll_body_options_after * Since: 3.1.4-RC1 * Purpose: Add content after the poll options on creating a poll +posting_topic_title_before +=== +* Locations: + + styles/prosilver/template/posting_layout.html +* Since: 3.1.6-RC1 +* Purpose: Allows to add some information on the left of the topic title in the posting form + quickreply_editor_panel_after === * Locations: 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}