diff options
author | Mario <mario@mariovavti.com> | 2023-01-26 10:23:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-26 10:23:33 +0000 |
commit | e99dc2193f43bc65529c71ed60e216d49deeda04 (patch) | |
tree | 741b74dc7dfc89ec881950e8332ac6acedf0a9b0 | |
parent | cf1838f76eea5a33f1af78447c7dcf3f52dacc56 (diff) | |
download | volse-hubzilla-e99dc2193f43bc65529c71ed60e216d49deeda04.tar.gz volse-hubzilla-e99dc2193f43bc65529c71ed60e216d49deeda04.tar.bz2 volse-hubzilla-e99dc2193f43bc65529c71ed60e216d49deeda04.zip |
remove unsused variables
-rw-r--r-- | view/theme/redbasic/php/style.php | 16 |
1 files changed, 0 insertions, 16 deletions
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, |