Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?php $this->extend('block_searchable'); ?>
-
- <?php $this->block('content'); ?>
-
- <?php if (!$this->addBefore): ?>
- <div class="text">
- <?= $this->text ?>
- </div>
- <?php endif; ?>
-
- <?php if ($this->addImage): ?>
- <?php $this->insert('image', $this->arrData); ?>
- <?php endif; ?>
-
- <?php if ($this->addBefore): ?>
- <div class="text">
- <?= $this->text ?>
- </div>
- <?php endif; ?>
-
- <?php $this->endblock(); ?>
|