diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 60d7709fe2..86650a1dbe 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2011-11-29 Juan Manuel Ramon + + * godmode/setup/setup_visuals.php: Added custom logo in visual + styles. + + Fixes: #3419712 + 2011-11-29 Juan Manuel Ramon * operation/events/events.php: Fixed sound event popup over https. diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index 5449e32951..ccd3445cec 100644 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -95,10 +95,10 @@ $table->data[13][0] = __('Flash charts') . ui_print_help_tip(__('Whether to use $table->data[13][1] = __('Yes').' '.html_print_radio_button ('flash_charts', 1, '', $config["global_flash_charts"], true).'  '; $table->data[13][1] .= __('No').' '.html_print_radio_button ('flash_charts', 0, '', $config["global_flash_charts"], true); -if (!defined ('PANDORA_ENTERPRISE')){ - $table->data[14][0] = __('Custom logo') . ui_print_help_icon("custom_logo", true); - $table->data[14][1] = html_print_select (list_files ('images/custom_logo', "png", 1, 0), 'custom_logo', $config["custom_logo"], '', '', '', true); -} + +$table->data[14][0] = __('Custom logo') . ui_print_help_icon("custom_logo", true); +$table->data[14][1] = html_print_select (list_files ('images/custom_logo', "png", 1, 0), 'custom_logo', $config["custom_logo"], '', '', '', true); + $values = array (); $values[5] = human_time_description_raw (5);