PSR et commentaires
This commit is contained in:
@@ -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; ?>
|
||||
|
Reference in New Issue
Block a user