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.
 
 
 

22 wiersze
454 B

  1. <?php $this->extend('block_searchable'); ?>
  2. <?php $this->block('content'); ?>
  3. <?php if (!$this->addBefore): ?>
  4. <div class="text">
  5. <?= $this->text ?>
  6. </div>
  7. <?php endif; ?>
  8. <?php if ($this->addImage): ?>
  9. <?php $this->insert('image', $this->arrData); ?>
  10. <?php endif; ?>
  11. <?php if ($this->addBefore): ?>
  12. <div class="text">
  13. <?= $this->text ?>
  14. </div>
  15. <?php endif; ?>
  16. <?php $this->endblock(); ?>