From d440ea29e43d6499a72f8122df0fc7d408a39a9a Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Fri, 5 Jul 2024 10:35:43 +0200 Subject: [PATCH] 2023 --- .vscode/settings.json | 3 +++ index.php | 40 ++++++++++++++++++++++++++++----- statistics/gemeinde_details.php | 2 +- statistics/highchart.php | 2 +- statistics/index.php | 4 ++-- statistics/kreis_details.php | 2 +- statistics/kreise.php | 38 ++++++++++++++++++------------- statistics/nrw_details.php | 2 +- 8 files changed, 67 insertions(+), 26 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..14902e3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.scrollbar.horizontal": "visible" +} \ No newline at end of file diff --git a/index.php b/index.php index 055e792..0a66a2e 100644 --- a/index.php +++ b/index.php @@ -30,6 +30,12 @@ + + + + + + <?= $strTitle ?> @@ -131,6 +137,8 @@ + +