changed the total score to a station ranking on the homepage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user