forked from ZwiiCMS-Team/ZwiiCMS
message core installation des données
This commit is contained in:
parent
294c6c2370
commit
3d1d4914cc
@ -2422,9 +2422,9 @@ class layout extends common {
|
|||||||
$notificationClass = 'notificationError';
|
$notificationClass = 'notificationError';
|
||||||
}
|
}
|
||||||
if (common::$coreNotices) {
|
if (common::$coreNotices) {
|
||||||
$notification = 'Données absentes, restauration de <p> | ';
|
$notification = 'Installation des données :<p> ';
|
||||||
foreach (common::$coreNotices as $item) $notification .= $item . ' | ';
|
foreach (common::$coreNotices as $item) $notification .= $item . ' ';
|
||||||
$notificationClass = 'notificationError';
|
$notificationClass = 'notificationSuccess';
|
||||||
}
|
}
|
||||||
elseif(empty($_SESSION['ZWII_NOTIFICATION_SUCCESS']) === false) {
|
elseif(empty($_SESSION['ZWII_NOTIFICATION_SUCCESS']) === false) {
|
||||||
$notification = $_SESSION['ZWII_NOTIFICATION_SUCCESS'];
|
$notification = $_SESSION['ZWII_NOTIFICATION_SUCCESS'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user