From 1bd5edacb6ba3bba71806e8281d624656997f360 Mon Sep 17 00:00:00 2001 From: PayBas Date: Wed, 23 Jul 2014 16:06:37 +0200 Subject: [PATCH] [ticket/12857] Add header/footer distinction for subsilver2 events PHPBB3-12857 --- phpBB/docs/events.md | 9 ++++----- phpBB/styles/subsilver2/template/breadcrumbs.html | 4 ++-- phpBB/styles/subsilver2/template/overall_header.html | 2 ++ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index afd3d27c9a..2c84ceea3f 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -405,18 +405,17 @@ overall_footer_breadcrumb_append === * Locations: + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-a1 -* Purpose: Add links to the list of breadcrumbs in the footer. Note that utilizing this event requires -a different solution for subsilver2, since it only supports the overall_header_breadcrumb versions. +* Purpose: Add links to the list of breadcrumbs in the footer overall_footer_breadcrumb_prepend === * Locations: + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 -* Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index). -Note that utilizing this event requires a different solution for subsilver2, since it only supports the -overall_header_breadcrumb versions. +* Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index) overall_footer_content_after === diff --git a/phpBB/styles/subsilver2/template/breadcrumbs.html b/phpBB/styles/subsilver2/template/breadcrumbs.html index fb44c6de63..25387da832 100644 --- a/phpBB/styles/subsilver2/template/breadcrumbs.html +++ b/phpBB/styles/subsilver2/template/breadcrumbs.html @@ -3,8 +3,8 @@ - +

{S_TIMEZONE}

diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 711ce66362..cb9a3a2a36 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -251,7 +251,9 @@ function marklist(id, name, state)
+ +