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/PDeckers/opelkapitan.nl/app/storage/views/71e6481881339f5aa140b503eb21967e
 <?php $__env->startSection('intro-content'); ?> <div class="full-text content-container default"> <h2>Sitemap</h2> <ul class="main-pages" style="list-style: none; padding: 0;"> <?php foreach($pages as $page): ?> <li> <a href="<?php echo $page['route']; ?>"><?php echo $page['name']; ?></a> </li> <?php endforeach; ?> </ul> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('editable_content'); ?> <?php echo $__env->make('layouts.partials.defaultIntro', ['extraClass' => 'blue'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->make('layouts.partials.imageSlider', [ 'extraClass' => 'home-slider', 'images' => [ '/img/slider/slider-opel-5', ]], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('extra-js'); ?> <script type="text/javascript" src="/js/jquery.touchSwipe.min.js"></script> <script type="text/javascript" src="/js/imageSlider.js"></script> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>