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/SBogers96/smilefotografie.nl/app/storage/views/30db54813e4a17f07169748d4e097eff
<!doctype html>
<html lang="en" class="<?php echo isset($negative) ? $negative : ''; ?>">
<head>
    <meta charset="UTF-8">

    <?php /* Robots noindex except for production */ ?>
    <?php if(\App::environment() != 'production'): ?>
        <meta name="robots" content="noindex"/>
    <?php endif; ?>

    <meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable=no" />
    <meta name="description" content="<?php echo $meta->description; ?>" />

    <title><?php echo $meta->title; ?></title>

    <?php /* CSS */ ?>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,700' rel='stylesheet' type='text/css'>
    <link href="/css/style.css" rel="stylesheet" type="text/css" />

    <?php /* Favicon */ ?>
    <?php echo $__env->make('layouts.partials.favicon', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

    <?php /* Google analytics only for production */ ?>
    <?php if(\App::environment() == 'production'): ?>
        <script type="text/javascript">

            var _gaq = _gaq || [];
            _gaq.push(['_setAccount', 'UA-37814305-1']);
            _gaq.push(['_trackPageview']);

            (function() {
                var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
                ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
                var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
            })();

        </script>
    <?php endif; ?>
</head>
<body class="<?php echo isset($bodyClass) ? $bodyClass : ''; ?>">

<?php echo $__env->make('layouts.partials.mobileNavigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<div class="full-grid-container">

    <header class="main">

        <div class="top-row">

            <?php /* Logo */ ?>
            <div class="logo-holder">
                <?php /* todo: replace span with logo*/ ?>
                <a href="/"> </a>
            </div>

            <?php /* Navigation */ ?>
            <?php echo $__env->make('layouts.partials.navigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        </div>

        <?php /* Custom header content */ ?>
        <?php echo $__env->yieldContent('header'); ?>

    </header>

    <?php echo $__env->yieldContent('content'); ?>

    <?php echo $__env->make('layouts.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>

<!-- Javascript Section -->

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script>
    window.jQuery || document.write('<script src="/js/lib/jquery.js">\x3C/script>');
    window.Modernizr || document.write('<script src="/js/lib/modernizr.js">\x3C/script>');
</script>
<script data-main="/js/app/main" src="/js/lib/core/require.js"></script>

</body>
</html>