From c2de8223e28a7c0ab7b42f6d478d595ab4eac3d0 Mon Sep 17 00:00:00 2001 From: iglocska Date: Tue, 2 Jul 2013 16:59:02 +0200 Subject: [PATCH] Small change to the flash messages - fixing it to the same position --- app/View/Layouts/default.ctp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app/View/Layouts/default.ctp b/app/View/Layouts/default.ctp index 74a4c64e8..ddeb1e8e7 100755 --- a/app/View/Layouts/default.ctp +++ b/app/View/Layouts/default.ctp @@ -35,19 +35,17 @@ }?> element('global_menu');?> -
-
-
- Session->flash('auth'); ?> - Session->flash('error'); ?> - Session->flash('gpg'); ?> - Session->flash(); ?> - Session->flash('email'); ?> -
-
+
+ Session->flash('auth'); ?> + Session->flash('error'); ?> + Session->flash('gpg'); ?> + Session->flash(); ?> + Session->flash('email'); ?>


+
fetch('content'); ?> +