From 886ca1dbb9610325f082f3b0c93c65c088766429 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Mon, 6 Jul 2015 00:43:29 -0400 Subject: [ticket/13955] Fix javascript to conform to Google and add simple_header Fix the javascript code to conform to Google Fonts standard Add code to fix simple_header PHPBB3-13955 --- phpBB/styles/prosilver/template/overall_header.html | 20 ++++++++++---------- phpBB/styles/prosilver/template/simple_header.html | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) (limited to 'phpBB') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index ebe6470fee..fe0e44f896 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -28,19 +28,19 @@ --> - diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 637ac59465..e0c346a01c 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -7,19 +7,19 @@ {SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} - -- cgit v1.2.1