Skip to content

Commit

Permalink
fix(lieux): rm navig links "prec" and "suiv"
Browse files Browse the repository at this point in the history
  • Loading branch information
agilare committed Feb 19, 2023
1 parent 4145991 commit f42ecb9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lieu.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,7 @@ function initMap() {
echo $menu_actions;
echo $action_ajouter;
echo $action_editer;
?><!--
<li><?php echo $lien_prec; ?></li>
<li><?php echo $lien_suiv; ?></li>
<li><a href="<?php echo basename(__FILE__)."?".Utils::urlQueryArrayToString($get) ?>&amp;style=imprimer" title="Format imprimable">
<?php echo $iconeImprimer ?></a></li>-->
?>
</ul>

<div class="spacer"><!-- --></div>
Expand Down

0 comments on commit f42ecb9

Please sign in to comment.