From 20c50e55b1ec21cf39c4129bd548ec7566e52437 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Jul 2014 10:12:15 -0700 Subject: [ticket/12864] Add template event to header after stylesheets https://tracker.phpbb.com/browse/PHPBB3-12864 PHPBB3-12864 --- phpBB/styles/prosilver/template/overall_header.html | 2 ++ phpBB/styles/prosilver/template/simple_header.html | 2 ++ phpBB/styles/subsilver2/template/overall_header.html | 2 ++ phpBB/styles/subsilver2/template/simple_header.html | 2 ++ 4 files changed, 8 insertions(+) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index df09fc6a30..076a3160f0 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -51,6 +51,8 @@ {$STYLESHEETS} + + diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index d31dd32cf6..0831d5f9dc 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -28,6 +28,8 @@ {$STYLESHEETS} + + diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 711ce66362..316b51dcda 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -135,6 +135,8 @@ function marklist(id, name, state) {$STYLESHEETS} + + diff --git a/phpBB/styles/subsilver2/template/simple_header.html b/phpBB/styles/subsilver2/template/simple_header.html index faeeaea3d5..0c3dff4a05 100644 --- a/phpBB/styles/subsilver2/template/simple_header.html +++ b/phpBB/styles/subsilver2/template/simple_header.html @@ -14,6 +14,8 @@ {$STYLESHEETS} + + -- cgit v1.2.1