From 8ffbd66cba87bb880783ee6909d4f7414ce32858 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sat, 7 Dec 2019 08:05:21 -1000 Subject: [ticket/16248] Swap out logos PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 09824d0a16..51058297e1 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,14 @@
- +

{SITENAME}

{SITE_DESCRIPTION}

-- cgit v1.2.1 From 8be1ad4568495bb5240d02d93a62b2610bbdf471 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sat, 7 Dec 2019 08:20:59 -1000 Subject: [ticket/16248] loaaaad svg old way for BC PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 51058297e1..b1f7184a9d 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -85,12 +85,7 @@

{SITENAME}

{SITE_DESCRIPTION}

-- cgit v1.2.1 From fce796517b7feb88468d52e96db8d3c1d3a41cbe Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 17 Dec 2019 14:28:53 -0800 Subject: [ticket/16248] Convert to twig PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index b1f7184a9d..44b580a903 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@
-

{SITENAME}

-- cgit v1.2.1 From 26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125 Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 17 Dec 2019 15:35:15 -0800 Subject: [ticket/16248] add quotes to lang PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 44b580a903..992e040152 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@
-

{SITENAME}

-- cgit v1.2.1 From 8e54e5cc798b522d84ebd95b4fd5da398ba175b9 Mon Sep 17 00:00:00 2001 From: hanakin Date: Tue, 17 Dec 2019 17:41:21 -0800 Subject: [ticket/16248] stupid lack of standards are stupid PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_header.html') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 992e040152..2867802de4 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@
-

{SITENAME}

-- cgit v1.2.1