aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-08-05 03:11:27 +0700
committerrxu <rxu@mail.ru>2015-08-05 16:29:06 +0700
commit49bc477a87259137899624e44f2b06bbfecde542 (patch)
treec985514365675250ad7db75f946ff8814254f061 /phpBB/styles/prosilver/template/overall_header.html
parentf34f28f2834102714b13aeb05ca54cbb3c7d779c (diff)
downloadforums-49bc477a87259137899624e44f2b06bbfecde542.tar
forums-49bc477a87259137899624e44f2b06bbfecde542.tar.gz
forums-49bc477a87259137899624e44f2b06bbfecde542.tar.bz2
forums-49bc477a87259137899624e44f2b06bbfecde542.tar.xz
forums-49bc477a87259137899624e44f2b06bbfecde542.zip
[ticket/14067] Add template events to overall_header.html around feeds
PHPBB3-14067
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index ebe6470fee..45f8eaa1c9 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -14,6 +14,7 @@
<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active"><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}"><!-- ENDIF -->
<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&amp;t={S_TOPIC_ID}"><!-- ENDIF -->
+ <!-- EVENT overall_header_feeds -->
<!-- ENDIF -->
<!-- IF U_CANONICAL -->