HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/rentman.komma.pro/app/storage/views/f6d8d1a7caba52675134d3df818619b8
<div class="content-container crumb-path" style="opacity: 0;">
    <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() != 'en'): ?><?php echo App::getLocale(); ?><?php endif; ?>"><span itemprop="name">R.</span></a>
                <meta itemprop="position" content="1"/>
            </li>


            <?php foreach($bread 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>
</div>