25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

8 satır
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>