File: D:/HostingSpaces/PDeckers/opelkapitan.nl/app/storage/views/cc0d6af6287ddd84ee831bdb828b3b53
<div class="breadcrumb"> <ol itemscope itemtype="http://schema.org/BreadcrumbList"> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="/<?php if(App::getLocale() != 'nl'): ?><?php echo App::getLocale(); ?><?php endif; ?>"><span itemprop="name">Opel Kapitan</span></a> <meta itemprop="position" content="1"/> </li> <?php foreach($breadcrumb as $key => $crumb): ?> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" href="<?php echo $crumb['url_part']; ?>"> <span itemprop="name"> <?php echo $crumb['text']; ?> </span> </a> <meta itemprop="position" content="<?php echo $key + 2; ?>"/> </li> <?php endforeach; ?> </ol> <div class="clear"></div> </div>