diff --git a/get_settings.php b/get_settings.php index 29d6c85d..228a5070 100644 --- a/get_settings.php +++ b/get_settings.php @@ -111,6 +111,25 @@ $config_telemetry = intval($row['config_telemetry']); // Select Arrays +$theme_colors_array = array ( + 'blue', + 'green', + 'cyan', + 'yellow', + 'red', + 'black', + 'gray', + 'indigo', + 'navy', + 'purple', + 'fuchsia', + 'pink', + 'maroon', + 'orange', + 'teal', + 'olive' +); + $colors_array = array ( 'blue', 'green', diff --git a/settings_theme.php b/settings_theme.php index 7150c0b7..401cf458 100644 --- a/settings_theme.php +++ b/settings_theme.php @@ -15,18 +15,18 @@ require_once "inc_all_settings.php";