forked from ZwiiCMS-Team/ZwiiCMS
faire diaparaitre le bouton back pour une mono galerie
This commit is contained in:
parent
b2dd61e392
commit
157ecc16ca
@ -1,3 +1,4 @@
|
|||||||
|
<?php if ( count($this->getData(['module', $this->getUrl(0), 'content'])) !== 1): ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col1">
|
<div class="col1">
|
||||||
<?php echo template::button('galleryGalleryBack', [
|
<?php echo template::button('galleryGalleryBack', [
|
||||||
@ -7,6 +8,7 @@
|
|||||||
]); ?>
|
]); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
<div class="row galleryRow">
|
<div class="row galleryRow">
|
||||||
<?php foreach($module::$pictures as $picture => $legend): ?>
|
<?php foreach($module::$pictures as $picture => $legend): ?>
|
||||||
<div class="colPicture">
|
<div class="colPicture">
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<?php if($module::$galleries): ?>
|
<?php if($module::$galleries): ?>
|
||||||
<div class="row galleryRow">
|
<div class="row galleryRow">
|
||||||
<?php foreach($module::$galleries as $galleryId => $gallery): ?>
|
<?php foreach($module::$galleries as $galleryId => $gallery): ?>
|
||||||
|
|
||||||
<div class="colPicture" div="pos<?php echo $gallery['config']['position']; ?>" >
|
<div class="colPicture" div="pos<?php echo $gallery['config']['position']; ?>" >
|
||||||
<a
|
<a
|
||||||
href="<?php echo helper::baseUrl() . $this->getUrl(0); ?>/<?php echo $galleryId; ?>"
|
href="<?php echo helper::baseUrl() . $this->getUrl(0); ?>/<?php echo $galleryId; ?>"
|
||||||
|
Loading…
Reference in New Issue
Block a user