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

8 строки
299 B

  1. <div class="layout_latest arc_<?= $this->archive->id ?> block<?= $this->class ?>" itemscope itemtype="http://schema.org/Article">
  2. <?php if ($this->addImage): ?>
  3. <?php $this->insert('image', $this->arrData); ?>
  4. <?php endif; ?>
  5. <h3 itemprop="name"><?= $this->headline ?></h3>
  6. </div>