Use secure links.

This commit is contained in:
Christian Steinle
2022-09-13 11:54:05 +02:00
parent 9861fae701
commit 7cad640116
3 changed files with 11 additions and 11 deletions

View File

@@ -62,11 +62,11 @@ $section = $_GET['section'] ?? "home";
echo "><a href=\"index.php?section=info\">Info &amp; Partner</a></li>\n";
// Element Sachverst<73>ndigenwesen
echo " <li";
if ($section == 'sach') {
echo " class=\"aktiv\"";
}
echo "><a href=\"index.php?section=sach\">Sachverst&auml;ndigen-Link</a></li>\n";
// echo " <li";
// if ($section == 'sach') {
// echo " class=\"aktiv\"";
// }
// echo "><a href=\"index.php?section=sach\">Sachverst&auml;ndigen-Link</a></li>\n";
// Element Referenzen
echo " <li";