Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

8 строки
314 B

  1. <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 ?>">
  2. <a href="<?= $this->masterUrl ?>">
  3. <div class="title">
  4. <span><span><?= $this->category ?></span></span>
  5. <?= $this->title ?>
  6. </div>
  7. </a>
  8. </div>