From 837e45d6a31fec3c1061b4b3c60a0c1305156c75 Mon Sep 17 00:00:00 2001 From: Hani Rouatbi <23016064+hanirouatbi1@users.noreply.github.com> Date: Mon, 25 Jul 2022 16:43:52 +0200 Subject: [PATCH] Fix for PHP 8 --- install/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/style/style.css b/install/style/style.css index ee562ad..e7c6550 100755 --- a/install/style/style.css +++ b/install/style/style.css @@ -303,7 +303,7 @@ ul.headerIcon li a img { width: 960px; margin: 50px auto 10px auto; padding-top: 20px; - background: url('style/images/{{echo $GLOBALS['IN_UPDATE'] ? 'logo2.gif':'logo.gif';}}') no-repeat center 20px; + background: url('style/images/{{echo !empty($GLOBALS['IN_UPDATE']) ? 'logo2.gif':'logo.gif';}}') no-repeat center 20px; } .BoxInner { width: 680px;