Daten 2025
This commit is contained in:
@@ -116,6 +116,11 @@
|
||||
<div class="sidebar-sticky">
|
||||
<h1>Jahr <?= $numYear?></h2>
|
||||
<h2>Unfälle mit <?= $arrVehicles_pl[$numVehicle]; ?> </h2>
|
||||
<?php
|
||||
if ($numVehicle==1) {
|
||||
echo "<a href=\"statistics/kreis_details.php?regbez=" . $numUREGBEZ . "&kreis=" . $numUKREIS . "\">Weitere Statistiken</a>";
|
||||
}
|
||||
?>
|
||||
<ul class="nav flex-column">
|
||||
<?php echo get_statistics($numVehicle,$strWhere,$strYear); ?>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user