changed favicon to relative paths from database

This commit is contained in:
2026-04-24 17:29:36 +02:00
parent 04e692a6dd
commit 125c255115
2 changed files with 3 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ $news_items = $stmt->fetchAll();
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bürgerbeteiligungsportal <?= htmlspecialchars($municipality['name']) ?></title>
<link rel="icon" href="assets/icon-municipality.png" type="image/png">
<link rel="icon" href="<?= htmlspecialchars($municipality['logo_path'] ?? 'assets/icon-municipality.png') ?>" type="image/png">
<meta name="description" content="Bürgerbeteiligungsportal. Hinweise und Vorschläge auf der Karte eintragen.">