Skip to content
Snippets Groups Projects
Commit 44d6dfcf authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Changed position of navbar

parent be538832
No related branches found
No related tags found
1 merge request!1396Development
...@@ -39,8 +39,6 @@ ...@@ -39,8 +39,6 @@
<header> <header>
@yield('homeIcon') @yield('homeIcon')
</header> </header>
@include('parts.sidebar', ['id' => 'staticPagesSideBar'])
@include('parts.sidebar-opener', ['class' => 'fixed'])
<div class="wrapper {{$page ?? ''}}"> <div class="wrapper {{$page ?? ''}}">
<main id="main-content"> <main id="main-content">
@if (isset($success)) @if (isset($success))
...@@ -61,6 +59,8 @@ ...@@ -61,6 +59,8 @@
@yield('additional-content') @yield('additional-content')
</div> </div>
</div> </div>
@include('parts.sidebar', ['id' => 'staticPagesSideBar'])
@include('parts.sidebar-opener', ['class' => 'fixed'])
@if (isset($page) && $page === 'startpage') @if (isset($page) && $page === 'startpage')
@include('parts.footer', ['type' => 'startpage', 'id' => 'startPageFooter']) @include('parts.footer', ['type' => 'startpage', 'id' => 'startPageFooter'])
@else @else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment