From e99dc2193f43bc65529c71ed60e216d49deeda04 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 26 Jan 2023 10:23:33 +0000 Subject: remove unsused variables --- view/theme/redbasic/php/style.php | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index b58ac98d8..4d5bd42be 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -101,18 +101,6 @@ if (! $background_image) if (! $background_image_dark) $background_image_dark = ''; -if (! $item_color) - $item_color = '#fff'; - -if (! $item_color_dark) - $item_color_dark = '#212529'; - -if (! $header_item_color) - $header_item_color = '#f8f9fa'; - -if (! $header_item_color_dark) - $header_item_color_dark = '#212529'; - if (! $font_size) $font_size = '0.875rem'; @@ -160,10 +148,6 @@ if(file_exists('view/theme/redbasic/css/style.css')) { '$bgcolor_dark' => $bgcolor_dark, '$background_image' => $background_image, '$background_image_dark' => $background_image_dark, - '$item_color' => $item_color, - '$item_color_dark' => $item_color_dark, - '$header_item_color' => $header_item_color, - '$header_item_color_dark' => $header_item_color_dark, '$font_size' => $font_size, '$radius' => $radius, '$converse_width' => $converse_width, -- cgit v1.2.3