Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

8 wiersze
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>