103 lines
3.6 KiB
Smarty
103 lines
3.6 KiB
Smarty
{**
|
|
* 2007-2018 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License 3.0 (AFL-3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* https://opensource.org/licenses/AFL-3.0
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA
|
|
* @copyright 2007-2018 PrestaShop SA
|
|
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
{block name='header_banner'}
|
|
<div class="header-banner">
|
|
{hook h='displayBanner'}
|
|
</div>
|
|
{/block}
|
|
|
|
{block name='header_nav'}
|
|
<nav class="header-nav 1">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="hidden-sm-down">
|
|
<div class="col-md-6 col-xs-12">
|
|
{hook h='displayNav1'}
|
|
</div>
|
|
<div class="col-md-6 right-nav">
|
|
{hook h='displayNav2'}
|
|
</div>
|
|
</div>
|
|
<div class="hidden-md-up text-sm-center mobile">
|
|
{* <div class="menu-mobile"> *}
|
|
<div class="float-xs-left" id="menu-icon">
|
|
<i class="material-icons d-inline"></i>
|
|
</div>
|
|
<div class="float-xs-left" id="nav-phone-numb">
|
|
</div>
|
|
|
|
<div class="float-xs-right" id="_mobile_cart"></div>
|
|
<div class="float-xs-right" id="_mobile_user_info"></div>
|
|
<div class="clearfix"></div>
|
|
{* </div> *}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
{/block}
|
|
|
|
{block name='header_top'}
|
|
<div class="header-top">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-2 hidden-sm-down" id="_desktop_logo">
|
|
{if $page.page_name == 'index'}
|
|
<a href="{$urls.base_url}">
|
|
<img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}" width="131" height="76">
|
|
</a>
|
|
{else}
|
|
<a href="{$urls.base_url}">
|
|
<img class="logo img-responsive" src="{$shop.logo}" alt="{$shop.name}" width="131" height="76">
|
|
</a>
|
|
{/if}
|
|
</div>
|
|
<div class="col-md-10 col-sm-12 col-xs-12 position-static header-top-box-1">
|
|
<div class="top-logo" id="_mobile_logo"></div>
|
|
{hook h='displayTop'}
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
<div id="mobile_top_menu_wrapper" class="row hidden-md-up" style="display:none;">
|
|
<div class="js-top-menu mobile" id="_mobile_top_menu"></div>
|
|
<div class="js-top-menu-bottom">
|
|
<div id="_mobile_currency_selector"></div>
|
|
<div id="_mobile_language_selector"></div>
|
|
<div id="_mobile_contact_link"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
/*const CanonicalCreate = () =>{
|
|
if(window.location.href=="https://www.interblue.pl/brands"){
|
|
var meta = document.createElement('link');
|
|
meta.rel = "canonical";
|
|
meta.href = "https://www.interblue.pl/brands";
|
|
document.getElementsByTagName('head')[0].appendChild(meta);}}
|
|
CanonicalCreate();*/
|
|
</script>
|
|
{hook h='displayNavFullWidth'}
|
|
{/block}
|