PSR et commentaires

This commit is contained in:
pierre renaudot
2024-02-01 11:01:11 +01:00
parent 1a7e420d20
commit 9d9b7bf38c
15 changed files with 41 additions and 172 deletions

View File

@@ -30,16 +30,15 @@
<?= $uneFiche['eLibelle'] ?>
</td>
<td>
<a href="index.php?direction=nouvelleFiche&userId=<?= $uneFiche['rVisiteur'] ?>&dateListing=<?= $uneFiche['rMois'] ?>">voir</a>
<a
href="index.php?direction=nouvelleFiche&userId=<?= $uneFiche['rVisiteur'] ?>&dateListing=<?= $uneFiche['rMois'] ?>">voir</a>
</td>
</tr>
<?php endforeach ?>
</tbody>
</table>
</div>
<?php if ($pages > 0) { ?>
<?php if ($pages > 0): ?>
<div class="col-4 d-flex mx-auto">
<nav>
<ul class="pagination">
@@ -63,7 +62,4 @@
</ul>
</nav>
</div>
<?php
}
;
?>
<?php endif; ?>