diff options
author | rxu <rxu@mail.ru> | 2015-08-05 03:11:27 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2015-08-05 16:29:06 +0700 |
commit | 49bc477a87259137899624e44f2b06bbfecde542 (patch) | |
tree | c985514365675250ad7db75f946ff8814254f061 /phpBB/styles/subsilver2/template | |
parent | f34f28f2834102714b13aeb05ca54cbb3c7d779c (diff) | |
download | forums-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/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index f3693eb865..7648edc35a 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -13,6 +13,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}&t={S_TOPIC_ID}" /><!-- ENDIF --> + <!-- EVENT overall_header_feeds --> <!-- ENDIF --> <!-- IF U_CANONICAL --> |