indentation/alignement

This commit is contained in:
Christophe 2021-09-22 10:25:37 +02:00
parent d7cd0f1219
commit 672b222314

View file

@ -50,11 +50,11 @@ function comptespip_creer_slug($nom_slug, $options = []) {
$message = _T('form_forum_message_auto')."\r\n"."\r\n"._T('form_forum_bonjour', array('nom' => '@@nom@@'))."\r\n"."\r\n";
$message .= _T('comptespip:confirmation_creation_compte', array('url_site' => '@@url_site@@'));
$set = [
'titre' => _T('comptespip:mail_inscription'),
'sujet' => '['.lire_config('nom_site').'] '._T('comptespip:creation_compte'),
'texte' => $message,
'statut' => 'publie',
'editable' => 'non',
'titre' => _T('comptespip:mail_inscription'),
'sujet' => '['.lire_config('nom_site').'] '._T('comptespip:creation_compte'),
'texte' => $message,
'statut' => 'publie',
'editable' => 'non',
];
$cree_slug('mail_inscription', $set);
}