From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] link to HTTPS version of www.ipfire.org in WebUI Date: Mon, 06 Nov 2017 18:12:48 +0100 Message-ID: <20171106181248.5574bfe0.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7507025981352039176==" List-Id: --===============7507025981352039176== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Change links to www.ipfire.org in WebUI themes since the website now uses HTTPS. Signed-off-by: Peter M=C3=BCller --- html/html/themes/darkdos/include/functions.pl | 2 +- html/html/themes/ipfire-legacy/include/functions.pl | 2 +- html/html/themes/ipfire/include/functions.pl | 6 +++--- html/html/themes/maniac/include/functions.pl | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/html/html/themes/darkdos/include/functions.pl b/html/html/themes= /darkdos/include/functions.pl index 7d803b6ad..ed3f546b0 100644 --- a/html/html/themes/darkdos/include/functions.pl +++ b/html/html/themes/darkdos/include/functions.pl @@ -227,7 +227,7 @@ END if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { print "

$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}


";=20 } else { - print "

-=3D IPFire =3D-


"; + print "

-=3D IPFire =3D-


"; } print <+ $h2 + diff --git a/html/html/themes/ipfire-legacy/include/functions.pl b/html/html/= themes/ipfire-legacy/include/functions.pl index 528825329..26a8763c1 100644 --- a/html/html/themes/ipfire-legacy/include/functions.pl +++ b/html/html/themes/ipfire-legacy/include/functions.pl @@ -227,7 +227,7 @@ END if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { print "

$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}


";=20 } else { - print "

IPFire


"; + print "

IPFire


"; } print <$h2 diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/= ipfire/include/functions.pl index 7f6000a46..9aec77497 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -152,7 +152,7 @@ print <
- + END ; @@ -205,8 +205,8 @@ print < - IPFire.org • - $Lang::tr{'sup= port donation'} + IPFire.org<= /strong> • + $Lang::tr{'su= pport donation'} =20 $system_release diff --git a/html/html/themes/maniac/include/functions.pl b/html/html/themes/= maniac/include/functions.pl index 4866fcd0c..1c0aea1c4 100644 --- a/html/html/themes/maniac/include/functions.pl +++ b/html/html/themes/maniac/include/functions.pl @@ -227,7 +227,7 @@ END if ($settings{'WINDOWWITHHOSTNAME'} eq 'on') { print "

$settings{'HOSTNAME'}.$settings{'DOMAINNAME'}


";=20 } else { - print "

-=3D IPFire =3D-


"; + print "

-=3D IPFire =3D-


"; } print <+ $h2 + --=20 2.13.6 --===============7507025981352039176==--