indentation/alignement
This commit is contained in:
parent
d7cd0f1219
commit
672b222314
1 changed files with 5 additions and 5 deletions
|
@ -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('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@@'));
|
$message .= _T('comptespip:confirmation_creation_compte', array('url_site' => '@@url_site@@'));
|
||||||
$set = [
|
$set = [
|
||||||
'titre' => _T('comptespip:mail_inscription'),
|
'titre' => _T('comptespip:mail_inscription'),
|
||||||
'sujet' => '['.lire_config('nom_site').'] '._T('comptespip:creation_compte'),
|
'sujet' => '['.lire_config('nom_site').'] '._T('comptespip:creation_compte'),
|
||||||
'texte' => $message,
|
'texte' => $message,
|
||||||
'statut' => 'publie',
|
'statut' => 'publie',
|
||||||
'editable' => 'non',
|
'editable' => 'non',
|
||||||
];
|
];
|
||||||
$cree_slug('mail_inscription', $set);
|
$cree_slug('mail_inscription', $set);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue