Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

22 рядки
719 B

  1. <?php $this->extend('block_searchable'); ?>
  2. <?php $this->block('content'); ?>
  3. <?= $this->articles ?>
  4. <!-- indexer::stop -->
  5. <p class="back ce_hyperlink"><a class="btn" href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p>
  6. <!-- indexer::continue -->
  7. <?php if ($this->allowComments): ?>
  8. <div class="ce_comments block">
  9. <<?= $this->hlc ?>><?= $this->hlcText ?></<?= $this->hlc ?>>
  10. <?= implode('', $this->comments) ?>
  11. <?= $this->pagination ?>
  12. <<?= $this->hlc ?>><?= $this->addComment ?></<?= $this->hlc ?>>
  13. <?php $this->insert('mod_comment_form', $this->arrData); ?>
  14. </div>
  15. <?php endif; ?>
  16. <?php $this->endblock(); ?>