diff --git a/resources/views/layouts/parts/base-body-start.blade.php b/resources/views/layouts/parts/base-body-start.blade.php index 47119897960..d53110547d8 100644 --- a/resources/views/layouts/parts/base-body-start.blade.php +++ b/resources/views/layouts/parts/base-body-start.blade.php @@ -1,2 +1,39 @@ {{-- This is a placeholder template file provided as a --}} -{{-- convenience to users of the visual theme system. --}} \ No newline at end of file +{{-- convenience to users of the visual theme system. --}} + + +@if(request()->query('iframe') === 'true') + + + + + + + + @if(request()->query('theme')) + + @endif +@endif