131 lines
5.3 KiB
Smarty
Executable File
131 lines
5.3 KiB
Smarty
Executable File
{*
|
|
* 2007-2011 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (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:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* 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 <contact@prestashop.com>
|
|
* @copyright 2007-2011 PrestaShop SA
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
<!DOCTYPE html>
|
|
<html lang="{$lang_iso}">
|
|
<head>
|
|
<title>{$meta_title|escape:'htmlall':'UTF-8'}</title>
|
|
<meta name="viewport" content="width=640">
|
|
{*<meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">*}
|
|
{if isset($meta_description) AND $meta_description}
|
|
<meta name="description" content="{$meta_description|escape:html:'UTF-8'}" />
|
|
{/if}
|
|
{if isset($meta_keywords) AND $meta_keywords}
|
|
<meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" />
|
|
{/if}
|
|
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
|
<meta name="generator" content="PrestaShop" />
|
|
<meta name="robots" content="{if isset($nobots)}no{/if}index,follow" />
|
|
<link href="https://fonts.googleapis.com/css?family=La+Belle+Aurore" rel="stylesheet">
|
|
<link rel="icon" type="image/vnd.microsoft.icon" href="{$favicon_url}?{$img_update_time}" />
|
|
<link rel="shortcut icon" type="image/x-icon" href="{$favicon_url}?{$img_update_time}" />
|
|
<script type="text/javascript">
|
|
var baseDir = '{$content_dir}';
|
|
var static_token = '{$static_token}';
|
|
var token = '{$token}';
|
|
var priceDisplayPrecision = {$priceDisplayPrecision*$currency->decimals};
|
|
var priceDisplayMethod = {$priceDisplay};
|
|
var roundMode = {$roundMode};
|
|
</script>
|
|
<link href="{$css_dir}modules/blocktopmenu/css/superfish-modified-mobile.css" rel="stylesheet" type="text/css" media="all" />
|
|
{if isset($css_files)}
|
|
{foreach from=$css_files key=css_uri item=media}
|
|
<link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
|
|
{/foreach}
|
|
{/if}
|
|
|
|
|
|
{if isset($js_files)}
|
|
{foreach from=$js_files item=js_uri}
|
|
<script type="text/javascript" src="{$js_uri}"></script>
|
|
{/foreach}
|
|
{/if}
|
|
|
|
<link href="{$css_dir}plugins.css" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript" src="{$js_dir}tools/flexslider.js" ></script>
|
|
|
|
{$HOOK_MOBILE_HEADER}
|
|
<script type="text/javascript" src="{$js_dir}tiroirh3.js"></script>
|
|
|
|
<script type="text/javascript" src="{$js_dir}modules/blockcart/ajax-cart-mobile.js"></script>
|
|
<link href="{$css_dir}product_list_mobile.css" rel="stylesheet" type="text/css" media="all" />
|
|
<script type="text/javascript">{literal}
|
|
|
|
|
|
function openMenu(){
|
|
// alert($('.categories_block:visible').length);
|
|
if($('.categories_block:visible').length==0){
|
|
$('.categories_block').show();
|
|
$('.nosProduits').addClass('hover');
|
|
// var newRel=$('.ui-page-active .nosProduits a').attr('rel');
|
|
// $('.ui-page-active .nosProduits a').attr('href',newRel).addClass('open');
|
|
}else{
|
|
$('.categories_block').hide();
|
|
$('.nosProduits').removeClass('hover');
|
|
// var newRel=$('.ui-page-active .nosProduits a').attr('rel');
|
|
// $('.ui-page-active .nosProduits a').attr('href','javascript:void(openMenu());');
|
|
}
|
|
// $('.ui-page-active .nosProduits a').attr('href','javascript:void(openMenu());');
|
|
}
|
|
{/literal}</script>
|
|
</head>
|
|
<body {if isset($page_name)}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>
|
|
<div id="fb-root"></div>
|
|
<script type="text/javascript">(function(d, s, id) {
|
|
var js, fjs = d.getElementsByTagName(s)[0];
|
|
if (d.getElementById(id)) return;
|
|
js = d.createElement(s); js.id = id;
|
|
js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1";
|
|
/*&appId=194791983941855*/
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
}(document, 'script', 'facebook-jssdk'));</script>
|
|
<div data-role="page" {if isset($wrapper_id)}id="{$wrapper_id}"{/if} class="type-interior prestashop-page">
|
|
<div data-role="header" id="header" class="ui-body-c">
|
|
<div class="ui-grid-a">
|
|
<div id="header_right">
|
|
{hook h="displayTop"}
|
|
{hook h="displayMenu"}
|
|
</div>
|
|
<div class="ui-block-a">
|
|
</div>
|
|
<div class="ui-block-b">
|
|
{*
|
|
<div id="block_cart" class="clearfix">
|
|
{if !$PS_CATALOG_MODE}
|
|
<a href="{$link->getPageLink('order-opc', true)}" class="link_cart" data-ajax="false">{l s='Cart'}</a>
|
|
{/if}
|
|
{if $logged}
|
|
<a href="{$link->getPageLink('my-account', true)}" class="link_account" data-ajax="false">{l s='My account'}</a>
|
|
{else}
|
|
<a href="{$link->getPageLink('authentication', true)}" class="link_account" data-ajax="false">{l s='Log in'}</a>
|
|
{/if}
|
|
</div>
|
|
*}
|
|
{hook h="displayMobileTop"}
|
|
</div>
|
|
</div><!-- /grid-a -->
|
|
</div><!-- /header -->
|
|
<div data-role="content" id="content">
|
|
|
|
|