From aa48d6d2e08490a8adeb6e2908b52feaa91c0180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sat, 1 Jan 2022 22:35:45 +0100 Subject: [PATCH] . --- content/author.blade.php | 63 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 content/author.blade.php diff --git a/content/author.blade.php b/content/author.blade.php new file mode 100644 index 0000000..84b1a88 --- /dev/null +++ b/content/author.blade.php @@ -0,0 +1,63 @@ +@extends('template.'.config('settings.template').'.content.master') +@section('content') + + +
+ +
+
+
+

Lumio Theme Store

+ +

+ A showcase of public Lumino Themes. +
+ You can browse, compare the templates and install them into your own Lumino Installation. To develop and list your own Lumino Template get in contact +

+ +
+
+
+ + + +
+ @foreach($contents as $indexContent => $content) +
+ +
+ + @if ($content->image) + + @else + + @endif + +
+

{{$content->title}}

+
+ Logo {{ $content->user->name }} + {{ $content->user->name }} + +

+ {!! isset($content->data_fields['short_description'])?$content->data_fields['short_description']:'keine Angaben' !!} +

+ + +
+ +
+ + + + +
+ + @endforeach +
+
+ +@stop + + +