From 3f0a6df717176d9f33117afab330cc1aad153960 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 10 Mar 2025 18:46:08 -0400 Subject: [PATCH] Organize color theme settings into similar color rows --- admin_settings_theme.php | 2 +- get_settings.php | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/admin_settings_theme.php b/admin_settings_theme.php index a79841cb..c15bd49f 100644 --- a/admin_settings_theme.php +++ b/admin_settings_theme.php @@ -19,7 +19,7 @@ require_once "includes/inc_all_admin.php"; ?> -
+
> diff --git a/get_settings.php b/get_settings.php index f14c2ee1..f8fd2f7b 100644 --- a/get_settings.php +++ b/get_settings.php @@ -142,21 +142,22 @@ $config_whitelabel_key = $row['config_whitelabel_key']; $theme_colors_array = array ( 'lightblue', 'blue', - 'green', 'cyan', - 'yellow', - 'red', - 'black', - 'gray', - 'indigo', - 'navy', - 'purple', - 'fuchsia', - 'pink', - 'maroon', - 'orange', + 'green', + 'olive', 'teal', - 'olive' + 'red', + 'maroon', + 'pink', + 'purple', + 'indigo', + 'fuchsia', + 'yellow', + 'orange', + 'yellow', + 'black', + 'navy', + 'gray' ); $colors_array = array (