mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +02:00
Alert #208
This commit is contained in:
@@ -109,6 +109,14 @@
|
||||
</nav>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<?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'));
|
||||
?>
|
||||
|
||||
<div id="update-monstra"></div>
|
||||
<div><?php Action::run('admin_pre_template'); ?></div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user