Feat : ajout de @@date_maintenant@@ et @@date_heure_maintenant@@ dans les remplacements fournis de base par Gamumail
This commit is contained in:
parent
c8519cfabe
commit
1f134ebe36
1 changed files with 2 additions and 0 deletions
|
@ -34,4 +34,6 @@ $GLOBALS['remplacements_gamumail'] = [
|
|||
'@@nom_site@@' => _T('gamumail:nom_site'),
|
||||
'@@url_raz_passe@@' => _T('gamumail:url_raz_passe'),
|
||||
'@@url_spip_pass@@' => _T('gamumail:url_spip_pass'),
|
||||
'@@date_maintenant@@' => date('d/m/Y'),
|
||||
'@@date_heure_maintenant' => date('d/m/Y H:i:s'),
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue