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> |
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> |