diff --git a/bandeaux.php b/bandeaux.php index 9f0e073219a6a371d76523ba046a0863163abd65..404e8962eb19783cd262d6c1489b87ef3921c4e1 100644 --- a/bandeaux.php +++ b/bandeaux.php @@ -24,7 +24,7 @@ include_once __DIR__ . '/app/inc/init.php'; function bandeau_titre($titre) { global $ALLOWED_LANGUAGES; - $img = ( IMAGE_TITRE ) ? '<img src="'. Utils::get_server_name(). IMAGE_TITRE. '" alt="'.NOMAPPLICATION.'">' : ''; + $img = ( IMAGE_TITRE ) ? '<img src="'. Utils::get_server_name(). IMAGE_TITRE. '" alt="'.NOMAPPLICATION.'" class="img-responsive">' : ''; echo ' <header role="banner">'; if(count($ALLOWED_LANGUAGES) > 1){