Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <div class="<?php echo $this->class ?> block" <?php echo $this->cssID ?>>
- <div class="solution-text">
- <h2><?php echo $this->title ?></h2>
- <?php echo $this->text ?>
- <?php if ($this->link): ?>
- <div class="link">
- <div class="btn">
- <a href="<?php echo $this->link ?>"<?php if ($this->external): ?> target="_blank"<?php endif; ?>><?php if($this->linktitle): ?><?= $this->linktitle ?><?php else: ?>Beispiel-Case<?php endif; ?></a>
- </div>
- </div>
- <?php endif; ?>
- </div>
- </div>
|