From eb6ebd635e729f0edcee9ab770492e4f18421d12 Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 8 May 2018 15:13:31 +1000 Subject: [PATCH] Added partial.topmenu --- .../adminlte/views/layouts/partials/htmlheader.blade.php | 2 +- .../adminlte/views/layouts/partials/mainheader.blade.php | 3 +++ .../themes/adminlte/views/layouts/partials/topmenu.blade.php | 0 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 resources/themes/adminlte/views/layouts/partials/topmenu.blade.php diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index 56693aa..e2e9eac 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -1,6 +1,6 @@ - {{ config('app.name') }} - @yield('htmlheader_title', 'Your title here') + {{ config('app.name') }} - @yield('htmlheader_title', 'Your title here') diff --git a/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php b/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php index 363b183..58b6220 100644 --- a/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php @@ -42,6 +42,9 @@ @endif + + @include('adminlte::layouts.partials.topmenu') +