<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'] ?>');">

  <?php if ($this->text): ?>
    <span class="wallpaper-text"><?= $this->text ?></span>
  <?php endif; ?>

</div>