From 673084f7e0c92e7333c03f18bedc29450997f3f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Sun, 7 May 2023 10:16:32 +0200 Subject: [PATCH] . --- .gitignore | 3 +- config.json | 5 +- content/index.blade.php | 5 + content/master.blade.php | 300 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 309 insertions(+), 4 deletions(-) create mode 100644 content/index.blade.php create mode 100644 content/master.blade.php 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') + + + +