1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 19:27:52 +02:00
This commit is contained in:
Awilum
2014-01-08 21:30:06 +02:00
parent aef599de95
commit 73b20836c8

View File

@@ -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>