Browse code

Add CE classes and id to image slider template

Benjamin Roth authored on17/11/2022 16:23:40
Showing1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 
2 2
 <?php $this->block('content'); ?>
3 3
 
4
-<div class="swiper-slide slide_<?= $this->id ?>">
4
+<div class="<?= $this->class ?> swiper-slide slide_<?= $this->id ?>"<?= $this->cssID ?>>
5 5
   <?php if ($this->src || count($this->videoFiles)): ?>
6 6
     <div class="swiper-slide-image">
7 7
       <?php if ($this->videoFiles): ?>