1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 21:26:58 +02:00

Frontend Improvements

This commit is contained in:
Awilum
2013-12-17 11:01:24 +02:00
parent 2fbb4c30c3
commit 2c3d224e62
6 changed files with 53 additions and 44 deletions

View File

@@ -17,6 +17,7 @@
if (isset($errors['blocks_exists'])) echo '&nbsp;&nbsp;&nbsp;<span style="color:red">'.$errors['blocks_exists'].'</span>';
?>
</div>
<br>
<?php

View File

@@ -13,8 +13,6 @@
<div class="clearfix"></div>
</div>
<br>
<?php if(Notification::get('success')) Alert::success(Notification::get('success')); ?>
<br>