|
|
@@ -51,7 +51,7 @@ echo 'authType="', $authType, '",',
|
|
|
'url_login="', _url ('index', 'login'), '",',
|
|
|
'url_logout="', _url ('index', 'logout'), '",';
|
|
|
|
|
|
-echo 'str_confirmation="', Minz_Translate::t('confirm_action'), '"', ",\n";
|
|
|
+echo 'str_confirmation_default="', Minz_Translate::t('confirm_action'), '"', ",\n";
|
|
|
echo 'str_notif_title_articles="', Minz_Translate::t('notif_title_new_articles'), '"', ",\n";
|
|
|
echo 'str_notif_body_articles="', Minz_Translate::t('notif_body_new_articles'), '"', ",\n";
|
|
|
echo 'html5_notif_timeout=', $this->conf->html5_notif_timeout,",\n";
|