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