From 318200daa4e50c3dfb0bdfa2c71607409183a64a Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Sun, 18 Feb 2024 19:30:49 +0100 Subject: [PATCH] title --- config.php | 3 +-- datenschutz.php | 4 ++-- impressum.php | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/config.php b/config.php index 0f88083..2d141af 100644 --- a/config.php +++ b/config.php @@ -94,7 +94,7 @@ if ($row=$result->fetch(PDO::FETCH_NUM)) { $boolActive = $row['active']==1; $strDistrict = $row['district']; - $strTitle = $row['title']; + $strDistrictTitle = $row['title']; $strGeojson = $row['geojson']; $numULAND=$row['ULAND']; @@ -106,7 +106,6 @@ if ($row=$result->fetch(PDO::FETCH_NUM)) { $numInfoLng=$row['lng']; $numZoom=$row['zoom']; - $strTitle = "ADFC Meldeportal $strTitle "; $strIntroText = ($boolActive) ? $strIntroText : "Dateneingabe nicht möglich"; $fileGeojson ="geojson/$strGeojson"; $strLocation = " AND ULAND=$numULAND AND UREGBEZ=$numUREGBEZ AND UKREIS=$numUKREIS "; diff --git a/datenschutz.php b/datenschutz.php index 342889f..07beeeb 100644 --- a/datenschutz.php +++ b/datenschutz.php @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@