diff --git a/autoload/controls/class.Products.php b/autoload/controls/class.Products.php index 8374a74..c57872d 100644 --- a/autoload/controls/class.Products.php +++ b/autoload/controls/class.Products.php @@ -75,6 +75,8 @@ class Products $custom_label_4_color = 'background-color:rgb(255, 0, 0); color: #FFF;'; else if ( $custom_label_4 == 'zombie' ) $custom_label_4_color = 'background-color:rgb(58, 58, 58); color: #FFF;'; + else if ( $custom_label_4 == 'pla_single' ) + $custom_label_4_color = 'background-color:rgb(49, 184, 9); color: #FFF;'; else if ( $custom_label_4 == 'pla' ) $custom_label_4_color = 'background-color:rgb(74, 63, 136); color: #FFF;'; else if ( $custom_label_4 == 'paused' )