From 62ccd8676c03a064247a98494c331a1571b6737d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 1 Feb 2016 19:59:35 +0100 Subject: [PATCH] made images responsive --- saimod_webcraft_gallery.php | 2 +- tpl/saimod_webraft_gallery_gallery_item.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/saimod_webcraft_gallery.php b/saimod_webcraft_gallery.php index dae12d8..24730f9 100644 --- a/saimod_webcraft_gallery.php +++ b/saimod_webcraft_gallery.php @@ -16,7 +16,7 @@ class saimod_webcraft_gallery extends \SYSTEM\SAI\SaiModule { $gallery = \SQL\SAIMOD_WEBCRAFT_GALLERY_GALLERY_ID::QQ(array($id)); $result = ''; while($img = $gallery->next()){ - $result .= '';} + $result .= '';} $result .= ''; return $result; } diff --git a/tpl/saimod_webraft_gallery_gallery_item.tpl b/tpl/saimod_webraft_gallery_gallery_item.tpl index 8e78282..b4fed0b 100644 --- a/tpl/saimod_webraft_gallery_gallery_item.tpl +++ b/tpl/saimod_webraft_gallery_gallery_item.tpl @@ -1,5 +1,5 @@
- +