Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3838 → Rev 3839

/trunk/widget/modules/photo/squelettes/photo.tpl.html
264,7 → 264,7
</div>
<?php endforeach; ?>
<div id="next-previous-buttons">
<?php if (0 <= ($start - $limit)): ?>
<?php if (0 < $start): ?>
<a id="bouton-photos-precedentes" href="<?php echo $url_widget_photos_precedente;?>" class="btn btn-success"><i class="fas fa-backward"></i>&nbsp;Photos precedentes</a>
<?php endif;?>