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

Loading…
Cancel
Save