Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <div class="case col-12 col-sm-6 col-md-4 grid-item<?php foreach ($this->filter_tags as $tags) { echo strtolower(" $tags"); } ?> block<?= $this->cssClass ?>">
- <a href="<?= $this->masterUrl ?>">
- <div class="title">
- <span><span><?= $this->category ?></span></span>
- <?= $this->title ?>
- </div>
- </a>
- </div>
|