From 56558fcea385d877e2663d7cf99ad772479cd440 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 15 Mar 2021 20:16:21 +0100 Subject: Add Zeitumstellung --- .gitmodules | 3 +++ functions.php | 1 + public/feed/zeitumstellung/index.php | 1 + public/index.php | 4 ++++ views/tools.html | 2 +- views/tools/zeitumstellung | 1 + 6 files changed, 11 insertions(+), 1 deletion(-) create mode 120000 public/feed/zeitumstellung/index.php create mode 160000 views/tools/zeitumstellung diff --git a/.gitmodules b/.gitmodules index 07a2e27..c3a8934 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "views/tools/untrack"] path = views/tools/untrack url = git@git.iamfabulous.de:untrack +[submodule "views/tools/zeitumstellung"] + path = views/tools/zeitumstellung + url = git@git.iamfabulous.de:zeitumstellung diff --git a/functions.php b/functions.php index a0ec825..361ece6 100644 --- a/functions.php +++ b/functions.php @@ -1,6 +1,7 @@ render('tools/untrack/index.html', [ "url" => $_url ]); break; +case("/tools/zeitumstellung"): +case("/tools/zeitumstellung/"): + echo $twig->render('tools/zeitumstellung/index.html', [ "tc" => new Zeitumstellung() ]); + break; default: http_response_code(404); echo $twig->render('404.html'); diff --git a/views/tools.html b/views/tools.html index 286c2b0..2e8ddfc 100644 --- a/views/tools.html +++ b/views/tools.html @@ -25,7 +25,7 @@ Pizzarechner
  • - Zeitumstellung - Als iCal-Feed für deinen Kalender + Zeitumstellung - Als iCal-Feed für deinen Kalender
  • BPM / Tanz diff --git a/views/tools/zeitumstellung b/views/tools/zeitumstellung new file mode 160000 index 0000000..0eb2ede --- /dev/null +++ b/views/tools/zeitumstellung @@ -0,0 +1 @@ +Subproject commit 0eb2ede2855287eb77a5f2108afb14be5e413b53 -- cgit v1.2.3