diff --git a/www/themes/intranet/views/layouts/default.php b/www/themes/intranet/views/layouts/default.php
index c850b13..bfc1fbe 100644
--- a/www/themes/intranet/views/layouts/default.php
+++ b/www/themes/intranet/views/layouts/default.php
@@ -122,6 +122,29 @@
pageTitle; ?>
+ user->getFlashes(); ?>
+
+
+ $message) {
+ switch($key) {
+ case 'error': $class = 'msgerror'; break;
+ case 'success': $class = 'msgsuccess'; break;
+ case 'notice': $class = 'msgalert'; break;
+ case 'info': $class = 'msginfo'; break;
+ }
+ ?>
+
+
+
+
+
+
+
+
menu)>0): ?>