Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <div class="<?php echo $this->class ?> block" <?php echo $this->cssID ?>>
- <a href="<?php echo $this->link ?>">
- <div class="solution-text">
- <h2><?php echo $this->title ?></h2>
- </div>
- </a>
- </div>
|