|
- <div class="layout_latest col-12 col-md-4 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; ?>
- <p class="categories"><?= implode(', ', $this->categoriesList) ?></p>
- <h3 itemprop="name"><?= $this->headline ?></h3>
- </div>
|