25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
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(); ?>