adfc color, start
This commit is contained in:
13
start.php
13
start.php
@@ -39,12 +39,21 @@
|
||||
</div>
|
||||
<p style="clear:both";>
|
||||
<h3>Teilnehmende Kreise und kreisfreie Städte</h3>
|
||||
<div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<?php
|
||||
$i=0;
|
||||
foreach ($arrDistrict as $key => $strTitle):?>
|
||||
<a href="<?php echo "./".$key ?>"><?=$strTitle?></a><br>
|
||||
<?php endforeach; ?>
|
||||
<?php
|
||||
$i++;
|
||||
if ($i%20==0) echo "</div><div class='col-4'>";
|
||||
endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
© ADFC NRW
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user