diff --git a/.gitignore b/.gitignore index 600d2d3..aafda3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode \ No newline at end of file +.vscode +.idea diff --git a/config.json b/config.json index cce5a9f..625532f 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,6 @@ { "name": "Neuschwanstein Theme", - "description": "", - "image": "", + "image": "https://ik.imagekit.io/areya/tr:ar-5-3,w-800/20220827_161606_p4WD5frjy.jpg", "version": "1.0", "author": { "name": "Areya Webservices", @@ -9,6 +8,6 @@ }, "lumino-version": { "min": "3.5", - "max": "3.5" + "max": "3.6" } } \ No newline at end of file diff --git a/content/index.blade.php b/content/index.blade.php new file mode 100644 index 0000000..9e5bcfc --- /dev/null +++ b/content/index.blade.php @@ -0,0 +1,5 @@ +@extends('template.'.config('settings.template').'.content.master') +@section('content') + + +@stop diff --git a/content/master.blade.php b/content/master.blade.php new file mode 100644 index 0000000..d56bfe7 --- /dev/null +++ b/content/master.blade.php @@ -0,0 +1,300 @@ + + + + + + Physiotherapie und Ergotherepie - Kurbad Pleystein +@include('template.'.config('settings.template').'.content.includes.css') +@include('template.'.config('settings.template').'.content.includes.integrations') +@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"]) + +@else + + @endif + + + +@yield('content') +@if(true) + + +@endif +@include('template.'.config('settings.template').'.content.includes.footer') +@include('template.'.config('settings.template').'.content.includes.scripts') + + + +