diff --git a/front/php/templates/header.php b/front/php/templates/header.php index 19803c9e..a3deffc2 100644 --- a/front/php/templates/header.php +++ b/front/php/templates/header.php @@ -67,14 +67,15 @@ if (file_exists("darkmode")) { '; -} + $BACKGROUND_IMAGE_PATCH='style="background-image: url(\'img/boxed-bg-dark.png\');"'; +} else { $BACKGROUND_IMAGE_PATCH='style="background-image: url(\'img/background.png\');"';} ?> - +>