25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

22 satır
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(); ?>