??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: 670c2aa00a5156015e0e99f02d447f8a.php
<!DOCTYPE html> <html lang="<?php echo e(@Helper::currentLanguage()->code); ?>" dir="<?php echo e(@Helper::currentLanguage()->direction); ?>"> <head> <?php echo $__env->make('frontEnd.includes.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('frontEnd.includes.colors', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </head> <body> <div> <!-- start header --> <?php echo $__env->make('frontEnd.includes.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- end header --> <!-- Content Section --> <div class="contents"> <?php echo $__env->yieldContent('content'); ?> </div> <!-- end of Content Section --> <!-- start footer --> <?php echo $__env->make('frontEnd.includes.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- end footer --> </div> <?php echo $__env->make('frontEnd.includes.foot', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->yieldContent('footerInclude'); ?> <?php if(Helper::GeneralSiteSettings("style_preload")): ?> <div id="preloader"></div> <script type="text/javascript"> jQuery(document).ready(function ($) { $('#preloader').fadeOut('slow', function () { $(this).remove(); }); }); </script> <?php endif; ?> <?php if(Helper::GeneralSiteSettings("style_header")): ?> <script type="text/javascript"> window.onscroll = function () { myFunction() }; var header = document.getElementsByTagName("header")[0]; var sticky = header.offsetTop; function myFunction() { if (window.pageYOffset >= sticky) { header.classList.add("sticky"); } else { header.classList.remove("sticky"); } } </script> <?php endif; ?> <script> document.body.style.padding = "0 0 " + document.getElementById('footer').offsetHeight + "px"; document.getElementById('footer').style.position = 'absolute'; document.getElementById('footer').style.bottom = '0px'; document.getElementById('footer').style.width = '100%'; </script> </body> </html> <?php /**PATH /home/zuuttrav/public_html/core/resources/views/frontEnd/layout.blade.php ENDPATH**/ ?>