From d08c5edccae05166c37b9902c7b999dc4734fa8d Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Mon, 24 Aug 2015 17:53:09 -0400 Subject: [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 --- phpBB/styles/prosilver/template/viewtopic_body.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/styles/prosilver') 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 @@

{TOPIC_TITLE}

+
{FORUM_DESC}
-- cgit v1.2.1