Enkele veranderingen
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
<?php
|
||||
foreach ($rekeningen as $rekening) {
|
||||
?>
|
||||
<tr>
|
||||
<tr onclick="window.document.location='#';">
|
||||
<td><?php echo $rekening['iban']; ?></td>
|
||||
<td><?php echo $rekening['saldo']; ?></td>
|
||||
<td><?php echo "€" . $rekening['nr']; ?></td>
|
||||
|
Reference in New Issue
Block a user