Browse code

Replace deprecated wallpaper slide with image slide

Benjamin Roth authored on01/06/2018 14:18:43
Showing1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,8 +0,0 @@
1
-
2
-<div class="<?= $this->class ?> wallpaper-slide block"<?= $this->cssID ?> style="<?php if ($this->style): ?><?= $this->style ?> <?php endif; ?>background-image: url('<?= $this->picture['img']['src'] ?>');">
3
-
4
-  <?php if ($this->text): ?>
5
-    <span class="wallpaper-text"><?= $this->text ?></span>
6
-  <?php endif; ?>
7
-
8
-</div>
Browse code

Initial commit

Benjamin Roth authored on16/02/2017 11:35:38
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+
2
+<div class="<?= $this->class ?> wallpaper-slide block"<?= $this->cssID ?> style="<?php if ($this->style): ?><?= $this->style ?> <?php endif; ?>background-image: url('<?= $this->picture['img']['src'] ?>');">
3
+
4
+  <?php if ($this->text): ?>
5
+    <span class="wallpaper-text"><?= $this->text ?></span>
6
+  <?php endif; ?>
7
+
8
+</div>