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