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 + + +