- {{Auth::user()->username}}
-- - - - -
+ {{Auth::user()->username}}
++ + + - -
diff --git a/app/Http/Controllers/BasePageController.php b/app/Http/Controllers/BasePageController.php index d741dc824..89c58e6e1 100644 --- a/app/Http/Controllers/BasePageController.php +++ b/app/Http/Controllers/BasePageController.php @@ -300,6 +300,10 @@ class BasePageController extends Controller $this->smarty->assign('header_menu', $header_menu); $notification = $this->smarty->fetch('notification.tpl'); $this->smarty->assign('notification', $notification); + $sidebar = $this->smarty->fetch('sidebar.tpl'); + $this->smarty->assign('sidebar', $sidebar); + $footer = $this->smarty->fetch('footer.tpl'); + $this->smarty->assign('footer', $footer); } /** diff --git a/resources/views/themes/Gentele/basepage.tpl b/resources/views/themes/Gentele/basepage.tpl index 99a3b8cf4..9b610465d 100755 --- a/resources/views/themes/Gentele/basepage.tpl +++ b/resources/views/themes/Gentele/basepage.tpl @@ -2,195 +2,92 @@
- - - + + + -
-
+