Fix alert messages
This commit is contained in:
parent
e89c4e3df5
commit
ea27ea5855
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Reference in a new issue