|
|
|
@ -11,9 +11,10 @@
|
|
|
|
|
<div class="row galleryRow">
|
|
|
|
|
<?php foreach($module::$pictures as $picture => $legend): ?>
|
|
|
|
|
<div class="colPicture">
|
|
|
|
|
<?php var_dump ( $this->getData(['module',$this->getUrl(0),'content',$this->getUrl(1),'config','fullScreen'])); ?>
|
|
|
|
|
<a
|
|
|
|
|
href="<?php echo helper::baseUrl(false) . $picture; ?>"
|
|
|
|
|
<?php if ( $picture === $this->getdata(['module',$this->getUrl(0),'content',$this->getUrl(1),'config','homePicture']) ) {
|
|
|
|
|
<?php if ( strpos($picture, $this->getData(['module',$this->getUrl(0),'content',$this->getUrl(1),'config','homePicture'])) > 0) {
|
|
|
|
|
echo 'id="homePicture"'; } ?>
|
|
|
|
|
class="galleryGalleryPicture"
|
|
|
|
|
style="background-image:url('<?php echo helper::baseUrl(false) . $module::$thumbs[$picture]; ?>')"
|
|
|
|
|