diff --git a/application/layouts/layout.phtml b/application/layouts/layout.phtml index 825bbf07..dc5044ce 100755 --- a/application/layouts/layout.phtml +++ b/application/layouts/layout.phtml @@ -5,12 +5,22 @@ + + + - - + + + + + + + + @@ -22,26 +32,23 @@ - render('header.phtml') ?> -
- layout()->content ?> -
- render('footer.phtml') ?> - - - - + render('header.phtml') ?> + + layout()->content ?> + render('footer.phtml') ?> + + + + \ No newline at end of file