From b7b7d18d4365355359414dbcdccb2ae213154706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sun, 14 Jan 2024 13:14:40 +0100 Subject: [PATCH] playing with Lumino CMS Banner on Frontend --- content/errors/500.blade.php | 35 +++++++++++++++++++++++++++++++++++ content/master.blade.php | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 content/errors/500.blade.php diff --git a/content/errors/500.blade.php b/content/errors/500.blade.php new file mode 100644 index 0000000..9d1137c --- /dev/null +++ b/content/errors/500.blade.php @@ -0,0 +1,35 @@ +@extends('template.'.config('settings.template').'.content.master') +@section('content') + +
+
+
+ + +
+
+

500 Serverfehler

+

Sie angeforderte Seite wurde nicht gefunden.

+
+
+
+
+ Zurück zur Startseite +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@stop \ No newline at end of file diff --git a/content/master.blade.php b/content/master.blade.php index 19483ca..1c67a2a 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -5,10 +5,41 @@ @include('template.'.config('settings.template').'.content.includes.meta') @include('template.'.config('settings.template').'.content.includes.css') - @include('template.'.config('settings.template').'.content.analytics.css') + @include('template.'.config('settings.template').'.content.includes.analytics') @yield('head') + + @if(1==1) +
+
+
+
+ Lumino CMS + Lumino CMS +
+ + + + +
+
+
+ + @endif + + + @if(session()->has('auth_user')) + + @endif + @if($_contact_bar)