diff --git a/content/errors/404.blade.php b/content/errors/404.blade.php new file mode 100644 index 0000000..d8de9df --- /dev/null +++ b/content/errors/404.blade.php @@ -0,0 +1,40 @@ +@extends('template.'.config('settings.template').'.content.master') +@section('content') + +
+

Seite nicht gefunden

+ +
+
+
+
+ + Zurück zur Startseite +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ + + + +@stop \ No newline at end of file diff --git a/content/head.blade.php b/content/head.blade.php index c041c7e..c737034 100644 --- a/content/head.blade.php +++ b/content/head.blade.php @@ -8,6 +8,6 @@ -@include('template.'.config('settings.template').'.includes.integrations') +@include('template.'.config('settings.template').'.content.includes.integrations') diff --git a/content/index.blade.php b/content/index.blade.php index eb506ee..b0a3d49 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -1,75 +1,78 @@ @extends('template.'.config('settings.template').'.content.master') @section('content') - -
+ + +@section('content') + +
+
+
+

+ Wir verkaufen auf 5 verschiedenen Märkte unser +

+

+ Bio-Holzofenbrot +

+ +
+
+
+ + + + +
-
-

- Wir verkaufen auf 5 verschiedenen Märkte unser -

-

- Bio-Holzofenbrot -

+
+

Biohof Finkenhammer - Aktuelle Angebote und Informationen

+ + +
-
-
+
+
+

Aktuelles

+
+
+ @foreach($nachrichten as $nach) +
+
+ @if ($nach->image) + + @endif +
+

+ {{$nach->title}} +

+ + @if ($nach->user and $nach->user->public_author == 1) + + + {{ $nach->user->name }} - + @endif + {{date('d.m.Y H:i', strtotime($nach->created_at))}} - - -
-
-

Biohof Finkenhammer - Aktuelle Angebote und Informationen

- - - - -
-
-
-

Aktuelles

-
- -
- - @foreach($nachrichten as $nach) -
-
- @if ($nach->image) - - @endif -
-

- {{$nach->title}} -

- - @if ($nach->user and $nach->user->public_author == 1) - - - {{ $nach->user->name }} - - @endif - {{date('d.m.Y H:i', strtotime($nach->created_at))}} - - + {!!Str::limit( $nach->nachrichten ,600)!!} +
-
- @endforeach + @endforeach + + + +
+
- - - - -
-@stop +@stop \ No newline at end of file diff --git a/content/master.blade.php b/content/master.blade.php index 8b5595f..d6791a7 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -6,11 +6,14 @@ +@include('template.'.config('settings.template').'.content.includes.header') + + @yield('content') -@include('template.'.config('settings.template').'.includes.footer') -@include('template.'.config('settings.template').'.includes.scripts') +@include('template.'.config('settings.template').'.content.includes.footer') +@include('template.'.config('settings.template').'.content.includes.scripts') diff --git a/content/pages/baeckerei.blade.php b/content/pages/baeckerei.blade.php index 8be9319..fc148ab 100644 --- a/content/pages/baeckerei.blade.php +++ b/content/pages/baeckerei.blade.php @@ -1,4 +1,4 @@ -@extends('template.'.\Setting::get('template', 'default').'.content.master') +@extends('template.'.config('settings.template').'.content.master') @section('content')