diff --git a/VERSIONS_HOTLINE/9366 b/VERSIONS_HOTLINE/9366 new file mode 100644 index 0000000000000000000000000000000000000000..619fb804b8e94b871cbe5c0c220d252228cbaf9f --- /dev/null +++ b/VERSIONS_HOTLINE/9366 @@ -0,0 +1 @@ + - ticket #9366 : Correction du message d'indisponibilité \ No newline at end of file diff --git a/application/modules/opac/views/scripts/index/sitedown.phtml b/application/modules/opac/views/scripts/index/sitedown.phtml index 604c663041dfad71587637c88195f4f0841fcced..404033260a98274ba9f27aad8a82e07c3882b7ef 100644 --- a/application/modules/opac/views/scripts/index/sitedown.phtml +++ b/application/modules/opac/views/scripts/index/sitedown.phtml @@ -2,11 +2,11 @@ <div style="margin-top:70px;margin-bottom:150px;"> <h2 id="error"> <p class="erreur"> -<?php +<?php -print($this->traduire("L'accès au site est momentanément bloqué.<br><br> Veuillez essayez plus tard.")); +print($this->traduire("L'accès au site est momentanément bloqué.<br><br> Veuillez essayer plus tard.")); ?> </p> </h2> </div> -</center> \ No newline at end of file +</center>