1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

UI Improvements - Admin Theme - Styles fixes #194

This commit is contained in:
Awilum
2014-01-10 19:40:30 +02:00
parent aabbb4461e
commit 81b070322e

View File

@@ -112,8 +112,8 @@
<?php
// Monstra Notifications
Notification::get('success') AND Alert::success(Notification::get('success'));
Notification::get('warning') AND Alert::success(Notification::get('warning'));
Notification::get('error') AND Alert::success(Notification::get('error'));
Notification::get('warning') AND Alert::warning(Notification::get('warning'));
Notification::get('error') AND Alert::error(Notification::get('error'));
?>
<div id="update-monstra"></div>