Вход Регистрация
Файл: contao-3.5.8/system/modules/core/templates/modules/mod_breadcrumb.xhtml
Строк: 11
<?php $this->extend('block_unsearchable'); ?>

<?php $this->block('content'); ?>

  <ul>
    <?php foreach ($this->items as $item): ?>
      <?php if ($item['isActive']): ?>
        <li class="active<?php if ($item['class']): ?> <?= $item['class'?><?php endif; ?> last"><?= $item['title'?></li>
      <?php else: ?>
        <li<?php if ($item['class']): ?> class="<?= $item['class'?>"<?php endif; ?>><a href="<?= $item['href'?>" title="<?= $item['title'?>"><?= $item['link'?></a></li>
      <?php endif; ?>
    <?php endforeach; ?>
  </ul>

<?php $this->endblock(); ?>
Онлайн: 0
Реклама