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.
|
- <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>
|