forked from ZwiiCMS-Team/ZwiiCMS
Revert "Update gallery.php"
This reverts commit 5c157189f7c782fc862622b458f980bff9ebe037.
This commit is contained in:
parent
50b54f93ed
commit
e09cbf2e80
@ -8,9 +8,12 @@
|
||||
]); ?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Ajout du début de la ligne row en rajoutant la class rowGallery (on supprime $i et $picturesNb) ********************** -->
|
||||
<div class="row galleryRow">
|
||||
<?php $i = 1; ?>
|
||||
<?php $picturesNb = count($module::$pictures); ?>
|
||||
<?php foreach($module::$pictures as $picture => $legend): ?>
|
||||
<?php if($i % 4 === 1): ?>
|
||||
<div class="row">
|
||||
<?php endif; ?>
|
||||
<div class="col3">
|
||||
<a
|
||||
href="<?php echo helper::baseUrl(false) . $picture; ?>"
|
||||
@ -23,4 +26,8 @@
|
||||
<?php endif; ?>
|
||||
</a>
|
||||
</div>
|
||||
<?php if($i % 4 === 0 OR $i === $picturesNb): ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<?php $i++; ?>
|
||||
<?php endforeach; ?>
|
Loading…
x
Reference in New Issue
Block a user