changed the total score to a station ranking on the homepage

This commit is contained in:
Grisu
2022-09-18 19:32:26 +02:00
parent 55e51a8214
commit eacf3ce9b5
3 changed files with 29 additions and 2 deletions

View File

@@ -14,11 +14,11 @@
<h1><span>Punktesystem Kreispokalwettbewerb</span></h1>
</div>
<div class="home">
<h2>Gesamtergebnis</h2>
<h2>Stationsranking</h2>
</div>
<div class="home-menu-table table-div">
<table id="table">
<?php load_total_score($con); ?>
<?php load_station_ranking($con); ?>
</table>
</div>
</div>