Fix alert messages

This commit is contained in:
Némunaire 2013-10-10 05:13:45 +02:00
commit ea27ea5855
2 changed files with 4 additions and 4 deletions

View file

@ -20,7 +20,7 @@ function send_mail($to, $subject, $body)
return $mail->Send();
}
function erreur($message, $color = "error")
function erreur($message, $color="danger")
{
global $template;