Order -> position

This commit is contained in:
Fred Tempez 2020-04-04 10:27:14 +02:00
parent 17985b3514
commit 869bff6a36
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<?php if($i % 2 === 1): ?>
<div class="row">
<?php endif; ?>
<div class="col6" div="pos<?php echo $gallery['config']['order']; ?>" >
<div class="col6" div="pos<?php echo $gallery['config']['position']; ?>" >
<a
href="<?php echo helper::baseUrl() . $this->getUrl(0); ?>/<?php echo $galleryId; ?>"
class="galleryPicture"