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/SBogers84/zuiderbos.nl/app/storage/views/64aea77d9840301acaaae2423b9ef9a5
<?php $__env->startSection('editable_content'); ?>

    <div class="image-wrapper">
        <header>
            <div class="grid-row">

                <?php /* Logo */ ?>

                <figure class="grid-col col-2 offset-1 logo">
                    <a href="/">
                        <span></span>

                        <p>
                        </p>
                    </a>

                    <?php /* Link to landings page */ ?>
                    <a class="root-link" href="/">
                        <?php echo KommaLang::get('backToRoot'); ?>

                    </a>
                </figure>

                <?php /* Navigatie */ ?>

                <nav class="grid-col col-8">

                    <?php /* Office 365 login */ ?>

                    <div class="office">
                        <a href="<?php echo \Config::get('business.officeLink'); ?>" target="_blank"><?php echo KommaLang::get('officeLink'); ?></a>
                    </div>
                </nav>
            </div>
        </header>
    </div>
    <div class="sitemap-container">
        <div class="grid-row">
            <span class="right-icon styling"></span>

            <?php /* Main content block */ ?>
            <div class="grid-col main global-sitemaps">
                <div class="content">
                    <h1>Sitemap Zuiderbos</h1>
                    <div class="sitemaps">

                        <?php /* Generate all sitemap loop for find children except home */ ?>
                        <?php foreach($page->findChildren() as $child): ?>
                            <?php if ( ! ($child->code_name == 'home')): ?>
                                <ul class="sitemap-list">
                                    <?php echo $__env->make('layouts.partials.sitemapLoop', ['sitemapItem' => $child], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                                </ul>
                            <?php endif; ?>
                        <?php endforeach; ?>
                    </div>
                </div>
            </div>
        </div>
    </div>

<?php $__env->stopSection(); ?>



<?php echo $__env->make('layouts.master', ['view' => 'page sitemap global-sitemap', 'otherFooter' => 'layouts.partials.landingspage.footer'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>