Files
grzanieplus.pl/apps/frontend/templates/theme/bianco/base.html
2025-03-12 17:06:23 +01:00

52 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="{$lang}">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{use_javascript src="jquery-1.8.3.min.js" position="first"}
{use_javascript src="/bootstrap/js/bootstrap.min.js" position="first"}
{use_javascript src="bootstrap-hover-dropdown.min.js" position="first"}
{use_javascript src="jquery.stickybox.js" position="first"}
{use_javascript src="jquery.equilizer.js" position="first"}
{use_javascript src="lightGallery.min.js" position="first"}
{use_javascript src="easing.js"}
{use_javascript src="bootstrap-slider.min.js"}
{use_javascript src="bloodhund.min.js"}
{use_javascript src="bootstrap-typeahead.js"}
{use_javascript src="tmpl.min.js"}
{use_javascript src="/swiper-slider/js/swiper-bundle.min.js"}
{use_javascript src="jquery.cookie.js"}
{use_stylesheet src="style.css" position="first"}
{use_stylesheet src="theme.css" position="first"}
{use_stylesheet src="theme_editor.css" position="first"}
{use_stylesheet src="lightGallery.css" position="first"}
{use_stylesheet src="bootstrap-slider.css" position="first"}
{use_stylesheet src="/swiper-slider/css/swiper-bundle.min.css"}
{include_meta}
<link rel="preload" href="/bootstrap/fonts/glyphicons-halflings-regular.woff" as="font" crossorigin="anonymous">
<link href="/bootstrap/css/bootstrap.min.css?v320" rel="preload" as="style">
<link href="/bootstrap/css/bootstrap.min.css?v320" rel="stylesheet" type="text/css">
{include_stylesheets minify="true"}
{include_javascripts minify="true"}
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
{include_file id="_fonts"}
{assign var='searchId' value=0}
{st_get_component module="stGoogleAnalyticsFrontend" component="standard"}
{slot name="before-head-ends" hidden="true"}{/slot}
</head>
<body>
{slot name="base-header" hidden="true"}{/slot}
{render_layout default="one_column"}
{slot name="base-footer" hidden="true"}{/slot}
{if $shopinfo->get('phone') && $shopinfo->get('show_phone')}
<a id="phone-call" href="tel:{$shopinfo->get('phone')}" aria-label="{__ text='Kontakt' langCatalogue='stFrontend'}"><span class="glyphicon glyphicon-earphone"></span></a>
{/if}
<a href="#" id="toTopNew" aria-label="{__ text='Do góry' langCatalogue='stFrontend'}">
<svg width="21" height="13" viewBox="0 0 21 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 12L10.5 1L20 12" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</a>
</body>
</html>