Browse Source

Themanaam ipv. patrouillenaam.

master
Rogier Neeleman 8 years ago
parent
commit
c0b031f686
  1. 4
      application/views/uitslag_ranking.php

4
application/views/uitslag_ranking.php

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<thead>
<tr>
<th>#</th>
<th>Subgroep</th>
<th>Themanaam</th>
<th>Groep</th>
<?php foreach ($spelgebieden as $spelgebied) {
echo "<th>".$spelgebied['naam']."</th>";
@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
<?php foreach ($subgroepen as $subgroep) { ?>
<tr>
<td><?php echo $subgroep['nummer']?></td>
<td><?php echo $subgroep['naam']?></td>
<td><?php echo $subgroep['themanaam']?></td>
<td><?php echo $subgroep['groepsnaam']?></td>
<?php foreach ($spelgebieden as $spelgebied) {
if (isset($uitslag[$subgroep['id']][$spelgebied['id']])) {

Loading…
Cancel
Save