upgrade bootstrap and js

This commit is contained in:
Walter Hupfeld
2024-03-13 12:03:56 +01:00
parent 2ac9d01257
commit 0df358251a
93 changed files with 17858 additions and 33259 deletions

View File

@@ -44,7 +44,7 @@
<?php
$i=0;
foreach ($arrDistrict as $key => $strTitle): ?>
<a href="<?php echo "./".$key ?>"><?=$strTitle?></a><br>
<a class="start" href="<?php echo "./".$key ?>"><?=$strTitle?></a><br>
<?php
$i++;
if ($i%20==0) echo "</div><div class='col-4'>";