From f9c50a8db397e254cc0604ab7173707f600448ac Mon Sep 17 00:00:00 2001 From: cyberalien Date: Fri, 12 Jun 2015 15:13:51 +0300 Subject: [ticket/13938] Remove link to print.css in simple_header.html Remaining fixes for ticket 13873: remove link to print.css and remove type and media from other links. PHPBB3-13938 --- phpBB/styles/prosilver/template/simple_header.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'phpBB/styles/prosilver/template/simple_header.html') diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index ab4f855a97..de79ef2028 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -6,18 +6,17 @@ {META} {SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} - - - - - + + + + - + -- cgit v1.2.1 From 338abf77e3b8e48a5d74ba399348c7e0f78fc6b7 Mon Sep 17 00:00:00 2001 From: cyberalien Date: Fri, 12 Jun 2015 15:15:52 +0300 Subject: [ticket/13938] Change web font code in simple_header Apply ticket 13876 to simple_header.html PHPBB3-13938 --- phpBB/styles/prosilver/template/simple_header.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/simple_header.html') diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index de79ef2028..637ac59465 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -6,7 +6,22 @@ {META} {SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} - + + + -- cgit v1.2.1