gurl_o/themes/gurlushyk/layouts/default.htm

96 lines
2.9 KiB
HTML

[localePicker]
forceUrl = 1
[staticMenu]
code = "top-menu"
[SeoCmsPage]
[session]
security = "all"
redirect = "login"
[shopsettings]
==
<html lang="{{activeLocale}}">
<head>
{% component 'SeoCmsPage' %}
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ this.page.title }}</title>
<link rel="icon" href="{{ 'assets/img/core-img/favicon.png'|theme}}">
<link rel="stylesheet" href="{{ 'assets/css/style.css'|theme}}">
<link rel="stylesheet" href="{{ 'assets/css/newcss.css'|theme}}">
<link rel="stylesheet" href="{{ 'assets/css/toastr.min.css'|theme}}">
{% partial "customStyle" %}
{% styles %}
</head>
<body>
{% flash %}
<p data-control="flash-message" class="flash-message fade {{ type }}" data-interval="5">
{{ message }}
</p>
{% endflash %}
<!-- Preloader -->
<!-- <div id="preloader">
<div class="spinner-grow" role="status">
<span class="sr-only">Ýüklenýär...</span>
</div>
</div> -->
{% partial 'header' %}
{% page %}
{% partial 'footer' %}
<script src="{{ 'assets/js/jquery.min.js'|theme }}"></script>
<script src="{{ 'assets/js/popper.min.js'|theme }}"></script>
<script src="{{ 'assets/js/bootstrap.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.easing.min.js'|theme }}"></script>
<script src="{{ 'assets/js/default/classy-nav.min.js'|theme }}"></script>
<script src="{{ 'assets/js/owl.carousel.min.js'|theme }}"></script>
<script src="{{ 'assets/js/default/scrollup.js'|theme }}"></script>
<script src="{{ 'assets/js/waypoints.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.countdown.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.counterup.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery-ui.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jarallax.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jarallax-video.min.js'|theme }}"></script>
<script src="{{ 'assets/js/jquery.magnific-popup.min.js'|theme }}"></script>
<script src="{{ 'assets/js/wow.min.js'|theme }}"></script>
<script src="{{ 'assets/js/default/active.js'|theme }}"></script>
<script src="{{ 'assets/js/toastr.min.js'|theme }}"></script>
<script src="{{ 'assets/js/toastr.scripts.js'|theme }}"></script>
<script src="{{ 'assets/js/inputmask.js'|theme }}"></script>
<script src="{{ 'assets/js/script.js'|theme }}"></script>
<script>
$(document).ready(function(){
$('.owl-carousel').owlCarousel({
loop: false,
rewind: true,
autoplay:true,
autoplayTimeout:1000,
})
});
</script>
{% framework extras %}
{% scripts %}
</body>
</html>