render_infos(); //Dans certains cas, l'affichage change... switch($dashboard_module_name){ case "dashboard" : break; default : if(isset($infos[0])) { $notification_zone = encoding_normalize::utf8_normalize($infos[0]['html']); } break; } } ajax_http_send_response( array( 'state' => 1, 'module' => $current_dashboard, 'html_notifications' => $notification_zone ) );