Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <nav class="breadcrumb" aria-label="breadcrumb">
- <ol>
- <?php foreach($site->breadcrumb() as $crumb): ?>
- <li>
- <a href="<?= $crumb->url() ?>" <?= e($crumb->isActive(), 'aria-current="page"') ?>>
- <?= html($crumb->title()) ?>
- </a>
- </li>
- <?php endforeach ?>
- </ol>
- </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement