Files
le-matelot/client/cache/parseur/eec2f952797a2a35e2c55707a413ff9c.cache
2020-01-27 08:56:08 +01:00

1308 lines
96 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
O:14:"ContenuElement":3:{s:8:"elements";a:27:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:13227:"<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<?php
$layoutType = initLayoutType();
if($_SESSION["layoutType"] == "classic"){
?>
<meta name="msvalidate.01" content="A7033F9FD420D483E7ABC5B0FDE02B30" />
<title>Saint James &#9788; Boutique mode marine Le Matelot </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="es" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<?php
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
?>
<link rel="canonical" href="<?php echo $url; ?>">
<link href="https://plus.google.com/+LeMatelotSaintJames" rel="publisher" />
<meta name="description" content="Saint James boutique de ropa Le Matelot - colección otoño/Invierno 2014. Disfruta de las reducciones inmediatas con nuestro programa de beneficios para el cliente.">
<meta name="robots" content="index, follow" />
<style>
#principale, #allfooters {display:none;}
.navlang li{padding-right:3px;list-style:none;display:inline;float:left}
.nivoSlider {position:relative;width:100%;height:auto;overflow: hidden;}
.nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;}
.nivo-main-image {display: block !important;position: relative !important; width: 100% !important;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;opacity:0;}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img { display:block; }
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding: 5px 10px;opacity: 0.8;overflow: hidden;display: none;opacity: 0.8;box-sizing: border-box;}
.nivo-caption p {padding:5px;margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
.nivo-controlNav {text-align:center;padding: 15px 0;}
.nivo-controlNav a {cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}
#meilleuresventes h2 {
padding:0;margin-left: 5px;font-weight:bold;font-size:17px;border-bottom: solid 2px #02407a;}
#meilleuresventes ul{
padding: 0;margin:0;width:320px;}
#meilleuresventes ul li {width:100%;list-style:none;font-size:12px;padding:0;margin:0 0 1px 0;}
#meilleuresventes ul li a {
font-size:12px;text-decoration:none;color:#333;display:block;background-color: #EEEEEE;border-left:solid 1px #DDDDDD;padding:5px 0 5px 5px;}
#meilleuresventes ul li a:hover {font-size:12px;text-decoration:none;background-color: #006;color:#FFF;border-left:solid 1px #02407a;}
.simuler{cursor:pointer;}
#fbl {
background:#F00;
display:block;
position:absolute;
opacity: 0;
-moz-opacity: 0;
filter: Alpha(opacity=0);
z-index:99999;
}
</style>
<?php
function get_client_ip() {
$ipaddress = '';
if (isset($_SERVER['HTTP_CLIENT_IP']))
$ipaddress = $_SERVER['HTTP_CLIENT_IP'];
else if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_X_FORWARDED']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED'];
else if(isset($_SERVER['HTTP_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_FORWARDED']))
$ipaddress = $_SERVER['HTTP_FORWARDED'];
else if(isset($_SERVER['REMOTE_ADDR']))
$ipaddress = $_SERVER['REMOTE_ADDR'];
else
$ipaddress = 'UNKNOWN';
return $ipaddress;
}
$idfraud = $_SESSION["navig"]->client->email;
$sqlfraud = mysql_query("select * from fraudesmail where email='".$idfraud."'");
$rowfraud = mysql_fetch_row($sqlfraud);
if(isset($rowfraud[1])){
$getip = get_client_ip();
mysql_query("insert into fraudes (email, ip) values ('".$idfraud."','".$getip."');");
session_destroy();
//echo "<script>window.location='https://www.pre-plainte-en-ligne.gouv.fr/';</script>";
}
?>
<?php
}elseif($_SESSION["layoutType"] == "mobile"){
?>
<meta name="msvalidate.01" content="A7033F9FD420D483E7ABC5B0FDE02B30" />
<title>Saint James &#9788; Boutique mode marine Le Matelot </title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="es" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<?php
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
?>
<link rel="canonical" href="<?php echo $url; ?>">
<link href="https://plus.google.com/+LeMatelotSaintJames" rel="publisher" />
<meta name="description" content="Saint James boutique de ropa Le Matelot - colección otoño/Invierno 2014. Disfruta de las reducciones inmediatas con nuestro programa de beneficios para el cliente.">
<meta name="robots" content="index, follow" />
<!-- JS-->
<?php
function get_client_ip() {
$ipaddress = '';
if (isset($_SERVER['HTTP_CLIENT_IP']))
$ipaddress = $_SERVER['HTTP_CLIENT_IP'];
else if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_X_FORWARDED']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED'];
else if(isset($_SERVER['HTTP_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_FORWARDED']))
$ipaddress = $_SERVER['HTTP_FORWARDED'];
else if(isset($_SERVER['REMOTE_ADDR']))
$ipaddress = $_SERVER['REMOTE_ADDR'];
else
$ipaddress = 'UNKNOWN';
return $ipaddress;
}
$idfraud = $_SESSION["navig"]->client->email;
$sqlfraud = mysql_query("select * from fraudesmail where email='".$idfraud."'");
$rowfraud = mysql_fetch_row($sqlfraud);
if(isset($rowfraud[1])){
$getip = get_client_ip();
mysql_query("insert into fraudes (email, ip) values ('".$idfraud."','".$getip."');");
session_destroy();
//echo "<script>window.location='https://www.pre-plainte-en-ligne.gouv.fr/';</script>";
}
?>
<?php
}else{
?>
<meta name="msvalidate.01" content="A7033F9FD420D483E7ABC5B0FDE02B30" />
<title>Saint James &#9788; Boutique mode marine Le Matelot </title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="es" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<?php
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
?>
<link rel="canonical" href="<?php echo $url; ?>">
<link href="https://plus.google.com/+LeMatelotSaintJames" rel="publisher" />
<meta name="description" content="Saint James boutique de ropa Le Matelot - colección otoño/Invierno 2014. Disfruta de las reducciones inmediatas con nuestro programa de beneficios para el cliente.">
<meta name="robots" content="index, follow" />
<style>
#principale, #allfooters {display:none;}
.navlang li{padding-right:3px;list-style:none;display:inline;float:left}
.nivoSlider {position:relative;width:100%;height:auto;overflow: hidden;}
.nivoSlider img {position:absolute;top:0px;left:0px;max-width: none;}
.nivo-main-image {display: block !important;position: relative !important; width: 100% !important;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:white;opacity:0;}
.nivo-slice {display:block;position:absolute;z-index:5;height:100%;top:0;}
.nivo-box {display:block;position:absolute;z-index:5;overflow:hidden;}
.nivo-box img { display:block; }
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;width:100%;z-index:8;padding: 5px 10px;opacity: 0.8;overflow: hidden;display: none;opacity: 0.8;box-sizing: border-box;}
.nivo-caption p {padding:5px;margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
.nivo-directionNav a {position:absolute;top:45%;z-index:9;cursor:pointer;}
.nivo-prevNav {left:0px;}
.nivo-nextNav {right:0px;}
.nivo-controlNav {text-align:center;padding: 15px 0;}
.nivo-controlNav a {cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}
#meilleuresventes h2 {
padding:0;margin-left: 5px;font-weight:bold;font-size:17px;border-bottom: solid 2px #02407a;}
#meilleuresventes ul{
padding: 0;margin:0;width:320px;}
#meilleuresventes ul li {width:100%;list-style:none;font-size:12px;padding:0;margin:0 0 1px 0;}
#meilleuresventes ul li a {
font-size:12px;text-decoration:none;color:#333;display:block;background-color: #EEEEEE;border-left:solid 1px #DDDDDD;padding:5px 0 5px 5px;}
#meilleuresventes ul li a:hover {font-size:12px;text-decoration:none;background-color: #006;color:#FFF;border-left:solid 1px #02407a;}
.simuler{cursor:pointer;}
#fbl {
background:#F00;
display:block;
position:absolute;
opacity: 0;
-moz-opacity: 0;
filter: Alpha(opacity=0);
z-index:99999;
}
</style>
<?php
function get_client_ip() {
$ipaddress = '';
if (isset($_SERVER['HTTP_CLIENT_IP']))
$ipaddress = $_SERVER['HTTP_CLIENT_IP'];
else if(isset($_SERVER['HTTP_X_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_X_FORWARDED']))
$ipaddress = $_SERVER['HTTP_X_FORWARDED'];
else if(isset($_SERVER['HTTP_FORWARDED_FOR']))
$ipaddress = $_SERVER['HTTP_FORWARDED_FOR'];
else if(isset($_SERVER['HTTP_FORWARDED']))
$ipaddress = $_SERVER['HTTP_FORWARDED'];
else if(isset($_SERVER['REMOTE_ADDR']))
$ipaddress = $_SERVER['REMOTE_ADDR'];
else
$ipaddress = 'UNKNOWN';
return $ipaddress;
}
$idfraud = $_SESSION["navig"]->client->email;
$sqlfraud = mysql_query("select * from fraudesmail where email='".$idfraud."'");
$rowfraud = mysql_fetch_row($sqlfraud);
if(isset($rowfraud[1])){
$getip = get_client_ip();
mysql_query("insert into fraudes (email, ip) values ('".$idfraud."','".$getip."');");
session_destroy();
//echo "<script>window.location='https://www.pre-plainte-en-ligne.gouv.fr/';</script>";
}
?>
<?php
}
?>
<style>
#cookie-bar {display:none; background:#003; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar span {cursor:pointer; color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#C00;}
#cookie-bar .cb-enable:hover {background:#C55;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
</style>
</head>
<body>
<div id="principale">
<div id="interface">
<?php
if($_SESSION["layoutType"] == "classic"){
?>
<div id="header" class="grid_12">
<div id="logo">
<a href="http://www.lematelot.com" title="Saint James &#9788; Boutique mode marine Le Matelot "><img src="./template/_gfx/logo.png" alt="&#9788; Boutique mode marine Le Matelot "></a>
</div>
<div id="titslo" class="titslo"> <span class="sitetitle">LE MATELOT</span><br />
<span class="sitesubtitle">ROPA SAINT JAMES</span></div>
<div id="saint_james"></div>
<div id="telephone">
<span class="phonenumero"><a href="tel:+33298571040" title="::phone::">02 98 57 10 40</a></span><br />
<span class="phonetexte"><b>7/7</b> 10H-12H30 14H30-19H</span>
</div>
<div id="wrap-panierEtCompte">
<div id="panierEtCompte">
<div id="monPanier">
<ul id="headerPanier">
<li><span class="paniercouleur">Carrito</span><a href="http://www.lematelot.com/?fond=panier" class="panier" title="Carrito" rel="nofollow">[ 0 artículo(s) ]</a>
<ul id="contenuPanier">
";}i:1;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:6:"panier";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:17:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"panier";s:4:"args";s:14:" type="PANIER"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:217:"
<li><a class="thickleft" href="http://www.lematelot.com/?fond=panier" title="Carrito" rel="nofollow"><span class="emp">x#QUANTITE</span> <b>#TITRE</b> &nbsp; #TOTAL &euro;<br />
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"decval";s:4:"args";s:33:" type="DECVAL" article="#ARTICLE"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:5:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:23:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:11:"declinaison";s:4:"args";s:37:" type="DECLINAISON" id="#DECLINAISON"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:8:" #TITRE ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:23:"
";}i:3;O:12:"BoucleSimple":7:{s:3:"nom";s:9:"declidisp";s:4:"args";s:33:" type="DECLIDISP" id="#DECLIDISP"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:8:" #TITRE ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:4;O:8:"PexTexte":1:{s:5:"texte";s:21:"
";}}s:3:"idx";i:5;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:11:"DECLINAISON";i:1;s:9:"DECLIDISP";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:47:"
</a></li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:4:{i:0;s:8:"QUANTITE";i:1;s:5:"TITRE";i:2;s:5:"TOTAL";i:3;s:7:"ARTICLE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:163:"
<li><a href="http://www.lematelot.com/?fond=panier" class="totalCommande" title="Total" rel="nofollow">Total : 0.00 &euro;</a></li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:161:"
<li><a href="http://www.lematelot.com/?fond=panier" title="Su carrito está vacío" rel="nofollow">Su carrito está vacío</a></li>
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:583:"
</ul>
</li>
</ul>
</div>
<div class="monCompte">
<ul class="compte">
<li><a href="http://www.lematelot.com/?fond=moncompte" title="Crear una cuenta | Conexión" rel="nofollow">Crear una cuenta | Conexión</a></li>
</ul>
</div>
</div>
</div>
</div>
<nav>
<div id="navbg" class="bgnav">
<div class="rfloat">
<ul class="navlang">
<li><a class="inter" href="http://www.sailorsclothes.com" title="GO INTERNACIONAL">GO INTERNACIONAL</a>&nbsp;</li>
";}i:3;O:12:"BoucleSimple":7:{s:3:"nom";s:1:"l";s:4:"args";s:14:" type="LANGUE"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:198:" #FILTRE_different(3||#ID||
<li><a href="#URL" title="#DESCRIPTION"><img class="icone" src="./template/_gfx/flags/flag_#ID.gif" alt="#DESCRIPTION" title="#DESCRIPTION" /></a></li>
) ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:3:{i:0;s:2:"ID";i:1;s:3:"URL";i:2;s:11:"DESCRIPTION";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:4;O:8:"PexTexte":1:{s:5:"texte";s:406:"
<li>
<a href="http://www.capbretagne.com/?fond=recherche&motcle=captain+corsaire" rel="nofollow" target="_blank" title="Captain Corsaire"><img src="template/_gfx/captain-corsaire.png" width="38" height="38" alt="Captain Corsaire"></a>
</li>
</ul>
</div>
<div class="ffloat">
<ul class="sf-menu">
<?php
$adresseweb = $_SERVER['REQUEST_URI'];
?>
";}i:5;O:12:"BoucleSimple":7:{s:3:"nom";s:14:"MENU_RUBRIQUES";s:4:"args";s:47:" type="RUBRIQUE" classement="manuel" parent="0"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:2360:"
<?php
if(!preg_match("#([0-9]+)#",$adresseweb)){
$nofollow1 ='';
}else{
if(preg_match("#\b1\b#",$adresseweb)){
if(preg_match("#\b1\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b2\b#",$adresseweb)){
if(preg_match("#\b2\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b3\b#",$adresseweb)){
if(preg_match("#\b3\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b4\b#",$adresseweb)){
if(preg_match("#\b4\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b58\b#",$adresseweb)){
if(preg_match("#\b58\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}else{
if(preg_match("#\b26\b|\b30\b|\b27\b|\b31\b|\b28\b|\b33\b|\b34\b|\b15\b|\b19\b|\b20\b|\b21\b|\b22\b|\b23\b|\b24\b|\b32\b|\b25\b#",$adresseweb)){
if(preg_match("#\b1\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b50\b|\b51\b|\b52\b|\b53\b|\b54\b|\b55\b|\b118\b|\b40\b|\b41\b|\b42\b|\b43\b|\b44\b|\b45\b|\b47\b|\b48\b#",$adresseweb)){
if(preg_match("#\b2\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b61\b|\b63\b|\b64\b|\b115\b|\b60\b|\b112\b|\b113\b|\b114\b|\b65\b|\b116\b|\b117\b#",$adresseweb)){
if(preg_match("#\b3\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b71\b|\b107\b|\b108\b|\b109\b|\b110\b|\b111\b#",$adresseweb)){
if(preg_match("#\b4\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b94\b|\b93\b|\b83\b|\b84\b|\b85\b|\b86\b|\b87\b|\b88\b#",$adresseweb)){
if(preg_match("#\b58\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}
}
}
?>
<li><a href="#URL" <?php echo $nofollow1; ?> title="#TITRE" #FILTRE_egalite(||#ID||class="selection")>#TITRE</a>
<?php $sexe=ucfirst(strtolower('#TITRE')); ?>
";}i:1;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:16:"menu_ssrubriques";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:5:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:139:"
<div class="sf-mega">
<div class="sousnavpri"> #SET{idRubrique,#ID}
#SET{mod,3}
";}i:1;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:14:"image_rubrique";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:19:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:5:"image";s:4:"args";s:63:" type="IMAGE" rubrique="#GET{idRubrique}" num="1" hauteur="200"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:31:"<img src="#IMAGE" alt="#TITRE">";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:5:"IMAGE";i:1;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:17:"
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:45:"
#SET{mod,4}
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:78:"
</div>
<div class="sousnavsec">
";}i:3;O:12:"BoucleSimple":7:{s:3:"nom";s:16:"menu_ssrubriques";s:4:"args";s:49:" type="RUBRIQUE" classement="manuel" parent="#ID"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:7192:"
<?php
if(!preg_match("#([0-9]+)#",$adresseweb)){
$nofollow2 ='rel="nofollow"';
}else{
if(preg_match("#\b1\b#",$adresseweb)){
if(preg_match("#\b14\b|\b16\b|\b17\b|\b18\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b2\b#",$adresseweb)){
if(preg_match("#\b49\b|\b39\b|\b46\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b3\b#",$adresseweb)){
if(preg_match("#\b57\b|\b56\b|\b59\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b4\b#",$adresseweb)){
if(preg_match("#\b66\b|\b106\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b58\b#",$adresseweb)){
if(preg_match("#\b90\b|\b91\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}else{
if(preg_match("#\b18\b#",$adresseweb)){
if(preg_match("#\b18\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b14\b#",$adresseweb)){
if(preg_match("#\b14\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b16\b#",$adresseweb)){
if(preg_match("#\b16\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b17\b#",$adresseweb)){
if(preg_match("#\b17\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b49\b#",$adresseweb)){
if(preg_match("#\b49\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b39\b#",$adresseweb)){
if(preg_match("#\b39\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b46\b#",$adresseweb)){
if(preg_match("#\b46\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b57\b#",$adresseweb)){
if(preg_match("#\b57\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b56\b#",$adresseweb)){
if(preg_match("#\b56\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b59\b#",$adresseweb)){
if(preg_match("#\b59\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b66\b#",$adresseweb)){
if(preg_match("#\b66\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b106\b#",$adresseweb)){
if(preg_match("#\b106\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b90\b#",$adresseweb)){
if(preg_match("#\b90\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b91\b#",$adresseweb)){
if(preg_match("#\b91\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}else{
if(preg_match("#\b26\b|\b30\b|\b27\b|\b31\b|\b28\b|\b33\b|\b34\b#",$adresseweb)){
if(preg_match("#\b18\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b15\b|\b19\b|\b20\b|\b21\b|\b22\b|\b23\b#",$adresseweb)){
if(preg_match("#\b14\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b24\b|\b32\b#",$adresseweb)){
if(preg_match("#\b16\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b25\b#",$adresseweb)){
if(preg_match("#\b17\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b50\b|\b51\b|\b52\b|\b53\b|\b54\b|\b55\b|\b118\b#",$adresseweb)){
if(preg_match("#\b49\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b40\b|\b41\b|\b42\b|\b43\b|\b44\b|\b45\b#",$adresseweb)){
if(preg_match("#\b39\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b47\b|\b48\b#",$adresseweb)){
if(preg_match("#\b46\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b61\b|\b63\b|\b64\b|\b115\b#",$adresseweb)){
if(preg_match("#\b57\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b60\b|\b112\b|\b113\b|\b114\b#",$adresseweb)){
if(preg_match("#\b56\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b65\b|\b116\b|\b117\b#",$adresseweb)){
if(preg_match("#\b59\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
////bebes
}elseif(preg_match("#\b71\b|\b107\b|\b108\b|\b109\b#",$adresseweb)){
if(preg_match("#\b66\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b110\b|\b111\b#",$adresseweb)){
if(preg_match("#\b106\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
///// accessoires
}elseif(preg_match("#\b94\b|\b93\b|\b83\b|\b84\b|\b85\b|\b86\b|\b87\b#",$adresseweb)){
if(preg_match("#\b90\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b88\b#",$adresseweb)){
if(preg_match("#\b91\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}
}
}
}
?>
<div class="sf-mega-section">
<strong><a href="#URL" <?php echo $nofollow2; ?> title="#TITRE <?php echo $sexe; ?>">#TITRE</a></strong>
<ul>
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:19:"produits_ssrubrique";s:4:"args";s:29:" type="RUBRIQUE" parent="#ID"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:14666:"
<?php
if(!preg_match("#([0-9]+)#",$adresseweb)){
$nofollow3 ='rel="nofollow"';
}else{
if(preg_match("#\b1\b|\b2\b|\b3\b|\b4\b|\b58\b#",$adresseweb)){
$nofollow3 = 'rel="nofollow"';
}else{
if(preg_match("#\b18\b#",$adresseweb)){
if(preg_match("#\b26\b|\b30\b|\b27\b|\b31\b|\b28\b|\b33\b|\b34\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b14\b#",$adresseweb)){
if(preg_match("#\b15\b|\b19\b|\b20\b|\b21\b|\b22\b|\b23\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}else if(preg_match("#\b16\b#",$adresseweb)){
if(preg_match("#\b24\b|\b32\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b17\b#",$adresseweb)){
if(preg_match("#\b25\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b49\b#",$adresseweb)){
if(preg_match("#\b50\b|\b51\b|\b52\b|\b53\b|\b54\b|\b55\b|\b118#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b39\b#",$adresseweb)){
if(preg_match("#\b40\b|\b41\b|\b42\b|\b43\b|\b44\b|\b45\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b46\b#",$adresseweb)){
if(preg_match("#\b47\b|\b48\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b57\b#",$adresseweb)){
if(preg_match("#\b61\b|\b63\b|\b64\b|\b115\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b56\b#",$adresseweb)){
if(preg_match("#\b60\b|\b112\b|\b113\b|\b114\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b59\b#",$adresseweb)){
if(preg_match("#\b65\b|\b116\b|\b117\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b66\b#",$adresseweb)){
if(preg_match("#\b71\b|\b107\b|\b108\b|\b109\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b106\b#",$adresseweb)){
if(preg_match("#\b110\b|\b111\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b90\b#",$adresseweb)){
if(preg_match("#\b94\b|\b93\b|\b83\b|\b84\b|\b85\b|\b86\b|\b87\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b91\b#",$adresseweb)){
if(preg_match("#\b88\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}else{
if(preg_match("#\b26\b#",$adresseweb)){
if(preg_match("#\b26\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b30\b#",$adresseweb)){
if(preg_match("#\b30\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b27\b#",$adresseweb)){
if(preg_match("#\b27\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b31\b#",$adresseweb)){
if(preg_match("#\b31\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b28\b#",$adresseweb)){
if(preg_match("#\b28\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b33\b#",$adresseweb)){
if(preg_match("#\b33\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b34\b#",$adresseweb)){
if(preg_match("#\b34\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b15\b#",$adresseweb)){
if(preg_match("#\b15\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b19\b#",$adresseweb)){
if(preg_match("#\b19\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b20\b#",$adresseweb)){
if(preg_match("#\b20\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b21\b#",$adresseweb)){
if(preg_match("#\b21\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b22\b#",$adresseweb)){
if(preg_match("#\b22\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b23\b#",$adresseweb)){
if(preg_match("#\b23\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b24\b#",$adresseweb)){
if(preg_match("#\b24\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b32\b#",$adresseweb)){
if(preg_match("#\b32\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b25\b#",$adresseweb)){
if(preg_match("#\b25\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b50\b#",$adresseweb)){
if(preg_match("#\b50\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b51\b#",$adresseweb)){
if(preg_match("#\b51\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b52\b#",$adresseweb)){
if(preg_match("#\b52\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b53\b#",$adresseweb)){
if(preg_match("#\b53\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b54\b#",$adresseweb)){
if(preg_match("#\b54\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b55\b#",$adresseweb)){
if(preg_match("#\b55\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b118\b#",$adresseweb)){
if(preg_match("#\b118\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b40\b#",$adresseweb)){
if(preg_match("#\b40\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b41\b#",$adresseweb)){
if(preg_match("#\b41\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b42\b#",$adresseweb)){
if(preg_match("#\b42\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b43\b#",$adresseweb)){
if(preg_match("#\b43\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b44\b#",$adresseweb)){
if(preg_match("#\b44\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b45\b#",$adresseweb)){
if(preg_match("#\b45\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b47\b#",$adresseweb)){
if(preg_match("#\b47\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b48\b#",$adresseweb)){
if(preg_match("#\b48\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b61\b#",$adresseweb)){
if(preg_match("#\b61\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b63\b#",$adresseweb)){
if(preg_match("#\b63\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b64\b#",$adresseweb)){
if(preg_match("#\b64\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b115\b#",$adresseweb)){
if(preg_match("#\b115\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b60\b#",$adresseweb)){
if(preg_match("#\b60\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b112\b#",$adresseweb)){
if(preg_match("#\b112\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b113\b#",$adresseweb)){
if(preg_match("#\b113\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b114\b#",$adresseweb)){
if(preg_match("#\b114\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b65\b#",$adresseweb)){
if(preg_match("#\b65\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b116\b#",$adresseweb)){
if(preg_match("#\b116\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b117\b#",$adresseweb)){
if(preg_match("#\b117\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b71\b#",$adresseweb)){
if(preg_match("#\b71\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b107\b#",$adresseweb)){
if(preg_match("#\b107\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b108\b#",$adresseweb)){
if(preg_match("#\b108\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b109\b#",$adresseweb)){
if(preg_match("#\b109\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b110\b#",$adresseweb)){
if(preg_match("#\b110\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b111\b#",$adresseweb)){
if(preg_match("#\b111\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b94\b#",$adresseweb)){
if(preg_match("#\b94\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b93\b#",$adresseweb)){
if(preg_match("#\b93\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b83\b#",$adresseweb)){
if(preg_match("#\b83\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b84\b#",$adresseweb)){
if(preg_match("#\b84\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b85\b#",$adresseweb)){
if(preg_match("#\b85\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b86\b#",$adresseweb)){
if(preg_match("#\b86\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b87\b#",$adresseweb)){
if(preg_match("#\b87\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b88\b#",$adresseweb)){
if(preg_match("#\b88\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}
}
}
}
?>
<li><a href="#URL" <?php echo $nofollow3; ?> title="#TITRE <?php echo $sexe; ?>" #FILTRE_egalite(||#ID||class="selection")>#TITRE</a>
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:4:"prod";s:4:"args";s:38:" type="PRODUIT" rubrique="#ID" num="1"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:16:" (#NBRES_TOTAL) ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:11:"NBRES_TOTAL";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:53:"
</li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:75:{i:0;s:1:"0";i:1;s:1:"1";i:2;s:2:"18";i:3;s:2:"26";i:4;s:3:"URL";i:5;s:2:"14";i:6;s:2:"15";i:7;s:2:"16";i:8;s:2:"24";i:9;s:2:"17";i:10;s:2:"25";i:11;s:2:"49";i:12;s:2:"50";i:13;s:2:"39";i:14;s:2:"40";i:15;s:2:"46";i:16;s:2:"47";i:17;s:2:"57";i:18;s:2:"61";i:19;s:2:"56";i:20;s:2:"60";i:21;s:2:"59";i:22;s:2:"65";i:23;s:2:"66";i:24;s:2:"71";i:25;s:3:"106";i:26;s:3:"110";i:27;s:2:"90";i:28;s:2:"94";i:29;s:2:"91";i:30;s:2:"88";i:31;s:2:"30";i:32;s:2:"27";i:33;s:2:"31";i:34;s:2:"28";i:35;s:2:"33";i:36;s:2:"34";i:37;s:2:"19";i:38;s:2:"20";i:39;s:2:"21";i:40;s:2:"22";i:41;s:2:"23";i:42;s:2:"32";i:43;s:2:"51";i:44;s:2:"52";i:45;s:2:"53";i:46;s:2:"54";i:47;s:2:"55";i:48;s:3:"118";i:49;s:2:"41";i:50;s:2:"42";i:51;s:2:"43";i:52;s:2:"44";i:53;s:2:"45";i:54;s:2:"48";i:55;s:2:"63";i:56;s:2:"64";i:57;s:3:"115";i:58;s:3:"112";i:59;s:3:"113";i:60;s:3:"114";i:61;s:3:"116";i:62;s:3:"117";i:63;s:3:"107";i:64;s:3:"108";i:65;s:3:"109";i:66;s:3:"111";i:67;s:2:"93";i:68;s:2:"83";i:69;s:2:"84";i:70;s:2:"85";i:71;s:2:"86";i:72;s:2:"87";i:73;s:5:"TITRE";i:74;s:2:"ID";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:70:"
</ul>
</div>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:37:{i:0;s:1:"0";i:1;s:1:"1";i:2;s:2:"14";i:3;s:3:"URL";i:4;s:1:"2";i:5;s:2:"49";i:6;s:1:"3";i:7;s:2:"57";i:8;s:1:"4";i:9;s:2:"66";i:10;s:2:"58";i:11;s:2:"90";i:12;s:2:"18";i:13;s:2:"16";i:14;s:2:"17";i:15;s:2:"39";i:16;s:2:"46";i:17;s:2:"56";i:18;s:2:"59";i:19;s:3:"106";i:20;s:2:"91";i:21;s:2:"26";i:22;s:2:"15";i:23;s:2:"24";i:24;s:2:"25";i:25;s:2:"50";i:26;s:2:"40";i:27;s:2:"47";i:28;s:2:"61";i:29;s:2:"60";i:30;s:2:"65";i:31;s:2:"71";i:32;s:3:"110";i:33;s:2:"94";i:34;s:2:"88";i:35;s:5:"TITRE";i:36;s:2:"ID";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:4;O:8:"PexTexte":1:{s:5:"texte";s:62:"
</div>
</div>
";}}s:3:"idx";i:5;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:11:"
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:24:"
</li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:15:{i:0;s:1:"0";i:1;s:1:"1";i:2;s:3:"URL";i:3;s:1:"2";i:4;s:1:"3";i:5;s:1:"4";i:6;s:2:"58";i:7;s:2:"26";i:8;s:2:"50";i:9;s:2:"61";i:10;s:2:"71";i:11;s:2:"94";i:12;s:5:"TITRE";i:13;s:2:"ID";i:14;s:3:"GET";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:6;O:8:"PexTexte":1:{s:5:"texte";s:1474:"
<li style="background:#039;">
<div class="rechbox">
<form action="http://www.lematelot.com/?fond=recherche" method="post" name="recherche" id="recherche">
<input class="rechinput" placeholder="Búsqueda" name="motcle" id="motcle" type="text" />
<span class="btnicon"><img src="template/_gfx/search.png" class="rechicon" width="22" height="22" alt="GO"></span>
</div>
</form>
</li>
</ul>
</div>
</div>
<div id="moteurDeRecherche">
<?php
$fetes = '';
if(strlen($fetes) > 5){
?>
<div class="sousnavfete"></div>
<?php
}
?>
<div id="free-shipping"><span>El envío libre para Francia desde 30 € compras - 300 € para el resto de europa </span></div>
<div id="search"></div>
</div>
</nav>
<?php
}elseif($_SESSION["layoutType"] == "mobile"){
?>
<nav class="topNav">
<ul>
<li>
<div id="logo">
<h1><a href="http://www.lematelot.com"><img src="/template/_gfx/logo.png" width="56" height="74" alt="home lematelot.com"></a></h1>
</div>
<div id="titslo" class="titslo"><span class="sitetitle">LE MATELOT</span><br />
<span class="sitesubtitle">ROPA SAINT JAMES</span></div>
<div class="button"><a href="#menu" class="menu-toggle"><img src="template/_gfx/main.png" /></a></div>
</li>
</ul>
</nav>
<div class='cssmenu' id="menu">
<ul>
<li><div id="google_translate_element"><a class="inter" href="http://www.sailorsclothes.com">GO INTERNACIONAL</a>&nbsp;</div></li>
";}i:7;O:12:"BoucleSimple":7:{s:3:"nom";s:14:"MENU_RUBRIQUES";s:4:"args";s:47:" type="RUBRIQUE" classement="manuel" parent="0"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:63:"
<li class='has-sub'> <a href='#'><span>#TITRE</span></a>
";}i:1;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:16:"menu_ssrubriques";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:10:"
<ul>
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:16:"menu_ssrubriques";s:4:"args";s:49:" type="RUBRIQUE" classement="manuel" parent="#ID"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:75:"
<li class='has-sub'> <a href='#'><b>#TITRE</b></a>
<ul>
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:19:"produits_ssrubrique";s:4:"args";s:29:" type="RUBRIQUE" parent="#ID"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:88:"
<li><a href="#URL" #FILTRE_egalite(||#ID||class="selection")>#TITRE";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:4:"prod";s:4:"args";s:38:" type="PRODUIT" rubrique="#ID" num="1"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:16:" (#NBRES_TOTAL) ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:11:"NBRES_TOTAL";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:14:"</a></li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:3:{i:0;s:3:"URL";i:1;s:2:"ID";i:2;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:40:"
</ul>
</li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:5:"TITRE";i:1;s:2:"ID";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:13:"
</ul>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:5:"
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:8:"
</li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:5:"TITRE";i:1;s:2:"ID";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:8;O:8:"PexTexte":1:{s:5:"texte";s:23:"
<!--
";}i:9;O:12:"BoucleSimple":7:{s:3:"nom";s:1:"l";s:4:"args";s:14:" type="LANGUE"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:146:"
#FILTRE_different(3||#ID||<a href="#URL"><img class="icone" src="./template/_gfx/flags/flag_#ID.gif" alt="#DESCRIPTION" /></a>)
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:3:{i:0;s:2:"ID";i:1;s:3:"URL";i:2;s:11:"DESCRIPTION";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:10;O:8:"PexTexte":1:{s:5:"texte";s:399:"
-->
</ul>
</div>
<?php
$fetes = '';
if(strlen($fetes) > 5){
?>
<div class="grid_12 sousnavter"></div>
<?php
}
?>
<div class="grid_12 sousnavter"></div>
<ul id="headerPanier">
<li> <span class="paniercouleur">Carrito</span><a href="http://www.lematelot.com/?fond=panier" class="panier">[ 0 artículo(s) ]</a>
<ul id="contenuPanier">
";}i:11;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:6:"panier";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:17:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"panier";s:4:"args";s:14:" type="PANIER"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:186:"
<li><a class="thickleft" href="http://www.lematelot.com/?fond=panier"><span class="emp">x#QUANTITE</span> <b>#TITRE</b> &nbsp; #TOTAL &euro;<br />
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"decval";s:4:"args";s:33:" type="DECVAL" article="#ARTICLE"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:5:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:23:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:11:"declinaison";s:4:"args";s:37:" type="DECLINAISON" id="#DECLINAISON"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:8:" #TITRE ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:23:"
";}i:3;O:12:"BoucleSimple":7:{s:3:"nom";s:9:"declidisp";s:4:"args";s:33:" type="DECLIDISP" id="#DECLIDISP"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:8:" #TITRE ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:4;O:8:"PexTexte":1:{s:5:"texte";s:21:"
";}}s:3:"idx";i:5;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:11:"DECLINAISON";i:1;s:9:"DECLIDISP";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:47:"
</a></li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:4:{i:0;s:8:"QUANTITE";i:1;s:5:"TITRE";i:2;s:5:"TOTAL";i:3;s:7:"ARTICLE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:134:"
<li><a href="http://www.lematelot.com/?fond=panier" class="totalCommande">Total : 0.00 &euro;</a></li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:114:"
<li><a href="http://www.lematelot.com/?fond=panier">Su carrito está vacío</a></li>
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:12;O:8:"PexTexte":1:{s:5:"texte";s:1271:"
</ul>
</li>
</ul>
<div class="monCompte">
<ul>
<li><a href="http://www.lematelot.com/?fond=moncompte">Crear una cuenta | Conexión</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<?php
}else{
?>
<div id="header" class="grid_12">
<div id="logo">
<a href="http://www.lematelot.com" title="&#9788; Boutique mode marine Le Matelot "><img src="./template/_gfx/logo.png" alt="&#9788; Boutique mode marine Le Matelot "></a>
</div>
<div id="titslo" class="titslo"> <span class="sitetitle">LE MATELOT</span><br />
<span class="sitesubtitle">ROPA SAINT JAMES</span></div>
<div id="telephone">
<span class="phonenumero"><a href="tel:+33298571040" title="::phone::">02 98 57 10 40</a></span><br />
<span class="phonetexte"><b>7/7</b> 10H-12H30 14H30-19H</span>
</div>
<div id="wrap-panierEtCompte">
<div id="panierEtCompte">
<div id="monPanier">
<ul id="headerPanier">
<li><span class="paniercouleur">Carrito</span><a href="http://www.lematelot.com/?fond=panier" class="panier" title="Carrito">[ 0 artículo(s) ]</a>
<ul id="contenuPanier">
";}i:13;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:6:"panier";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:17:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"panier";s:4:"args";s:14:" type="PANIER"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:202:"
<li><a class="thickleft" href="http://www.lematelot.com/?fond=panier" title="Carrito"><span class="emp">x#QUANTITE</span> <b>#TITRE</b> &nbsp; #TOTAL &euro;<br />
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:6:"decval";s:4:"args";s:33:" type="DECVAL" article="#ARTICLE"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:5:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:23:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:11:"declinaison";s:4:"args";s:37:" type="DECLINAISON" id="#DECLINAISON"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:8:" #TITRE ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:23:"
";}i:3;O:12:"BoucleSimple":7:{s:3:"nom";s:9:"declidisp";s:4:"args";s:33:" type="DECLIDISP" id="#DECLIDISP"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:8:" #TITRE ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:4;O:8:"PexTexte":1:{s:5:"texte";s:21:"
";}}s:3:"idx";i:5;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:11:"DECLINAISON";i:1;s:9:"DECLIDISP";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:47:"
</a></li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:4:{i:0;s:8:"QUANTITE";i:1;s:5:"TITRE";i:2;s:5:"TOTAL";i:3;s:7:"ARTICLE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:148:"
<li><a href="http://www.lematelot.com/?fond=panier" class="totalCommande" title="Total">Total : 0.00 &euro;</a></li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:146:"
<li><a href="http://www.lematelot.com/?fond=panier" title="Su carrito está vacío">Su carrito está vacío</a></li>
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:14;O:8:"PexTexte":1:{s:5:"texte";s:569:"
</ul>
</li>
</ul>
</div>
<div class="monCompte">
<ul class="compte">
<li><a href="http://www.lematelot.com/?fond=moncompte" title="Crear una cuenta | Conexión">Crear una cuenta | Conexión</a></li>
</ul>
</div>
</div>
</div>
</div>
<nav>
<div id="navbg" class="bgnav">
<div class="rfloat">
<ul class="navlang">
<li><a class="inter" href="http://www.sailorsclothes.com" title="GO INTERNACIONAL">GO INTERNACIONAL</a>&nbsp;</li>
";}i:15;O:12:"BoucleSimple":7:{s:3:"nom";s:1:"l";s:4:"args";s:14:" type="LANGUE"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:198:" #FILTRE_different(3||#ID||
<li><a href="#URL" title="#DESCRIPTION"><img class="icone" src="./template/_gfx/flags/flag_#ID.gif" alt="#DESCRIPTION" title="#DESCRIPTION" /></a></li>
) ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:3:{i:0;s:2:"ID";i:1;s:3:"URL";i:2;s:11:"DESCRIPTION";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:16;O:8:"PexTexte":1:{s:5:"texte";s:407:"
<li>
<a href="http://www.capbretagne.com/?fond=recherche&motcle=captain+corsaire" rel="nofollow" target="_blank" title="Captain Corsaire"><img src="template/_gfx/captain-corsaire.png" width="38" height="38" alt="Captain Corsaire"></a>
</li>
</ul>
</div>
<div class="ffloat">
<ul class="sf-menu">
<?php
$adresseweb = $_SERVER['REQUEST_URI'];
?>
";}i:17;O:12:"BoucleSimple":7:{s:3:"nom";s:14:"MENU_RUBRIQUES";s:4:"args";s:47:" type="RUBRIQUE" classement="manuel" parent="0"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:3296:"
<?php
if(!preg_match("#([0-9]+)#",$adresseweb)){
$nofollow1 ='';
}else{
if(preg_match("#\b1\b#",$adresseweb)){
if(preg_match("#\b1\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b2\b#",$adresseweb)){
if(preg_match("#\b2\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b3\b#",$adresseweb)){
if(preg_match("#\b3\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b4\b#",$adresseweb)){
if(preg_match("#\b4\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b58\b#",$adresseweb)){
if(preg_match("#\b58\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}else{
if(preg_match("#\b14\b|\b16\b|\b17\b|\b18\b#",$adresseweb)){
if(preg_match("#\b1\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b49\b|\b39\b|\b46\b#",$adresseweb)){
if(preg_match("#\b2\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b57\b|\b56\b|\b59\b#",$adresseweb)){
if(preg_match("#\b3\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b66\b|\b106\b#",$adresseweb)){
if(preg_match("#\b4\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b90\b|\b91\b#",$adresseweb)){
if(preg_match("#\b58\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}else{
if(preg_match("#\b26\b|\b30\b|\b27\b|\b31\b|\b28\b|\b33\b|\b34\b|\b15\b|\b19\b|\b20\b|\b21\b|\b22\b|\b23\b|\b24\b|\b32\b|\b25\b#",$adresseweb)){
if(preg_match("#\b1\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b50\b|\b51\b|\b52\b|\b53\b|\b54\b|\b55\b|\b118\b|\b40\b|\b41\b|\b42\b|\b43\b|\b44\b|\b45\b|\b47\b|\b48\b#",$adresseweb)){
if(preg_match("#\b2\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b61\b|\b63\b|\b64\b|\b115\b|\b60\b|\b112\b|\b113\b|\b114\b|\b65\b|\b116\b|\b117\b#",$adresseweb)){
if(preg_match("#\b3\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b71\b|\b107\b|\b108\b|\b109\b|\b110\b|\b111\b#",$adresseweb)){
if(preg_match("#\b4\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}elseif(preg_match("#\b94\b|\b93\b|\b83\b|\b84\b|\b85\b|\b86\b|\b87\b|\b88\b#",$adresseweb)){
if(preg_match("#\b58\b#",'#URL')){$nofollow1 ='';}else{$nofollow1 ='rel="nofollow"';}
}
}
}
}
?>
<li><a href="#URL" <?php echo $nofollow1; ?> title="#TITRE" #FILTRE_egalite(||#ID||class="selection")>#TITRE</a>
<?php $sexe=ucfirst(strtolower('#TITRE')); ?>
";}i:1;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:16:"menu_ssrubriques";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:5:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:139:"
<div class="sf-mega">
<div class="sousnavpri"> #SET{idRubrique,#ID}
#SET{mod,3}
";}i:1;O:20:"BoucleConditionnelle":3:{s:3:"nom";s:14:"image_rubrique";s:7:"contenu";a:2:{i:0;O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:19:"
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:5:"image";s:4:"args";s:63:" type="IMAGE" rubrique="#GET{idRubrique}" num="1" hauteur="200"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:31:"<img src="#IMAGE" alt="#TITRE">";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:5:"IMAGE";i:1;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:17:"
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:45:"
#SET{mod,4}
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:78:"
</div>
<div class="sousnavsec">
";}i:3;O:12:"BoucleSimple":7:{s:3:"nom";s:16:"menu_ssrubriques";s:4:"args";s:49:" type="RUBRIQUE" classement="manuel" parent="#ID"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:7192:"
<?php
if(!preg_match("#([0-9]+)#",$adresseweb)){
$nofollow2 ='rel="nofollow"';
}else{
if(preg_match("#\b1\b#",$adresseweb)){
if(preg_match("#\b14\b|\b16\b|\b17\b|\b18\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b2\b#",$adresseweb)){
if(preg_match("#\b49\b|\b39\b|\b46\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b3\b#",$adresseweb)){
if(preg_match("#\b57\b|\b56\b|\b59\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b4\b#",$adresseweb)){
if(preg_match("#\b66\b|\b106\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b58\b#",$adresseweb)){
if(preg_match("#\b90\b|\b91\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}else{
if(preg_match("#\b18\b#",$adresseweb)){
if(preg_match("#\b18\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b14\b#",$adresseweb)){
if(preg_match("#\b14\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b16\b#",$adresseweb)){
if(preg_match("#\b16\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b17\b#",$adresseweb)){
if(preg_match("#\b17\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b49\b#",$adresseweb)){
if(preg_match("#\b49\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b39\b#",$adresseweb)){
if(preg_match("#\b39\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b46\b#",$adresseweb)){
if(preg_match("#\b46\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b57\b#",$adresseweb)){
if(preg_match("#\b57\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b56\b#",$adresseweb)){
if(preg_match("#\b56\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b59\b#",$adresseweb)){
if(preg_match("#\b59\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b66\b#",$adresseweb)){
if(preg_match("#\b66\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b106\b#",$adresseweb)){
if(preg_match("#\b106\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b90\b#",$adresseweb)){
if(preg_match("#\b90\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b91\b#",$adresseweb)){
if(preg_match("#\b91\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}else{
if(preg_match("#\b26\b|\b30\b|\b27\b|\b31\b|\b28\b|\b33\b|\b34\b#",$adresseweb)){
if(preg_match("#\b18\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b15\b|\b19\b|\b20\b|\b21\b|\b22\b|\b23\b#",$adresseweb)){
if(preg_match("#\b14\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b24\b|\b32\b#",$adresseweb)){
if(preg_match("#\b16\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b25\b#",$adresseweb)){
if(preg_match("#\b17\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b50\b|\b51\b|\b52\b|\b53\b|\b54\b|\b55\b|\b118\b#",$adresseweb)){
if(preg_match("#\b49\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b40\b|\b41\b|\b42\b|\b43\b|\b44\b|\b45\b#",$adresseweb)){
if(preg_match("#\b39\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b47\b|\b48\b#",$adresseweb)){
if(preg_match("#\b46\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b61\b|\b63\b|\b64\b|\b115\b#",$adresseweb)){
if(preg_match("#\b57\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b60\b|\b112\b|\b113\b|\b114\b#",$adresseweb)){
if(preg_match("#\b56\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b65\b|\b116\b|\b117\b#",$adresseweb)){
if(preg_match("#\b59\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
////bebes
}elseif(preg_match("#\b71\b|\b107\b|\b108\b|\b109\b#",$adresseweb)){
if(preg_match("#\b66\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b110\b|\b111\b#",$adresseweb)){
if(preg_match("#\b106\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
///// accessoires
}elseif(preg_match("#\b94\b|\b93\b|\b83\b|\b84\b|\b85\b|\b86\b|\b87\b#",$adresseweb)){
if(preg_match("#\b90\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}elseif(preg_match("#\b88\b#",$adresseweb)){
if(preg_match("#\b91\b#",'#URL')){$nofollow2 = '';}else{$nofollow2 = 'rel="nofollow"';}
}
}
}
}
?>
<div class="sf-mega-section">
<strong><a href="#URL" <?php echo $nofollow2; ?> title="#TITRE <?php echo $sexe; ?>">#TITRE</a></strong>
<ul>
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:19:"produits_ssrubrique";s:4:"args";s:29:" type="RUBRIQUE" parent="#ID"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:3:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:14666:"
<?php
if(!preg_match("#([0-9]+)#",$adresseweb)){
$nofollow3 ='rel="nofollow"';
}else{
if(preg_match("#\b1\b|\b2\b|\b3\b|\b4\b|\b58\b#",$adresseweb)){
$nofollow3 = 'rel="nofollow"';
}else{
if(preg_match("#\b18\b#",$adresseweb)){
if(preg_match("#\b26\b|\b30\b|\b27\b|\b31\b|\b28\b|\b33\b|\b34\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b14\b#",$adresseweb)){
if(preg_match("#\b15\b|\b19\b|\b20\b|\b21\b|\b22\b|\b23\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}else if(preg_match("#\b16\b#",$adresseweb)){
if(preg_match("#\b24\b|\b32\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b17\b#",$adresseweb)){
if(preg_match("#\b25\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b49\b#",$adresseweb)){
if(preg_match("#\b50\b|\b51\b|\b52\b|\b53\b|\b54\b|\b55\b|\b118#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b39\b#",$adresseweb)){
if(preg_match("#\b40\b|\b41\b|\b42\b|\b43\b|\b44\b|\b45\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b46\b#",$adresseweb)){
if(preg_match("#\b47\b|\b48\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b57\b#",$adresseweb)){
if(preg_match("#\b61\b|\b63\b|\b64\b|\b115\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b56\b#",$adresseweb)){
if(preg_match("#\b60\b|\b112\b|\b113\b|\b114\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b59\b#",$adresseweb)){
if(preg_match("#\b65\b|\b116\b|\b117\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b66\b#",$adresseweb)){
if(preg_match("#\b71\b|\b107\b|\b108\b|\b109\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b106\b#",$adresseweb)){
if(preg_match("#\b110\b|\b111\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b90\b#",$adresseweb)){
if(preg_match("#\b94\b|\b93\b|\b83\b|\b84\b|\b85\b|\b86\b|\b87\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b91\b#",$adresseweb)){
if(preg_match("#\b88\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}else{
if(preg_match("#\b26\b#",$adresseweb)){
if(preg_match("#\b26\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b30\b#",$adresseweb)){
if(preg_match("#\b30\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b27\b#",$adresseweb)){
if(preg_match("#\b27\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b31\b#",$adresseweb)){
if(preg_match("#\b31\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b28\b#",$adresseweb)){
if(preg_match("#\b28\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b33\b#",$adresseweb)){
if(preg_match("#\b33\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b34\b#",$adresseweb)){
if(preg_match("#\b34\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b15\b#",$adresseweb)){
if(preg_match("#\b15\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b19\b#",$adresseweb)){
if(preg_match("#\b19\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b20\b#",$adresseweb)){
if(preg_match("#\b20\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b21\b#",$adresseweb)){
if(preg_match("#\b21\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b22\b#",$adresseweb)){
if(preg_match("#\b22\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b23\b#",$adresseweb)){
if(preg_match("#\b23\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b24\b#",$adresseweb)){
if(preg_match("#\b24\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b32\b#",$adresseweb)){
if(preg_match("#\b32\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b25\b#",$adresseweb)){
if(preg_match("#\b25\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b50\b#",$adresseweb)){
if(preg_match("#\b50\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b51\b#",$adresseweb)){
if(preg_match("#\b51\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b52\b#",$adresseweb)){
if(preg_match("#\b52\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b53\b#",$adresseweb)){
if(preg_match("#\b53\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b54\b#",$adresseweb)){
if(preg_match("#\b54\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b55\b#",$adresseweb)){
if(preg_match("#\b55\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b118\b#",$adresseweb)){
if(preg_match("#\b118\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b40\b#",$adresseweb)){
if(preg_match("#\b40\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b41\b#",$adresseweb)){
if(preg_match("#\b41\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b42\b#",$adresseweb)){
if(preg_match("#\b42\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b43\b#",$adresseweb)){
if(preg_match("#\b43\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b44\b#",$adresseweb)){
if(preg_match("#\b44\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b45\b#",$adresseweb)){
if(preg_match("#\b45\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b47\b#",$adresseweb)){
if(preg_match("#\b47\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b48\b#",$adresseweb)){
if(preg_match("#\b48\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b61\b#",$adresseweb)){
if(preg_match("#\b61\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b63\b#",$adresseweb)){
if(preg_match("#\b63\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b64\b#",$adresseweb)){
if(preg_match("#\b64\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b115\b#",$adresseweb)){
if(preg_match("#\b115\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b60\b#",$adresseweb)){
if(preg_match("#\b60\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b112\b#",$adresseweb)){
if(preg_match("#\b112\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b113\b#",$adresseweb)){
if(preg_match("#\b113\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b114\b#",$adresseweb)){
if(preg_match("#\b114\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b65\b#",$adresseweb)){
if(preg_match("#\b65\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b116\b#",$adresseweb)){
if(preg_match("#\b116\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b117\b#",$adresseweb)){
if(preg_match("#\b117\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b71\b#",$adresseweb)){
if(preg_match("#\b71\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b107\b#",$adresseweb)){
if(preg_match("#\b107\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b108\b#",$adresseweb)){
if(preg_match("#\b108\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b109\b#",$adresseweb)){
if(preg_match("#\b109\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b110\b#",$adresseweb)){
if(preg_match("#\b110\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b111\b#",$adresseweb)){
if(preg_match("#\b111\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b94\b#",$adresseweb)){
if(preg_match("#\b94\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b93\b#",$adresseweb)){
if(preg_match("#\b93\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b83\b#",$adresseweb)){
if(preg_match("#\b83\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b84\b#",$adresseweb)){
if(preg_match("#\b84\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b85\b#",$adresseweb)){
if(preg_match("#\b85\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b86\b#",$adresseweb)){
if(preg_match("#\b86\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b87\b#",$adresseweb)){
if(preg_match("#\b87\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}elseif(preg_match("#\b88\b#",$adresseweb)){
if(preg_match("#\b88\b#",'#URL')){$nofollow3 = '';}else{$nofollow3 = 'rel="nofollow"';}
}
}
}
}
?>
<li><a href="#URL" <?php echo $nofollow3; ?> title="#TITRE <?php echo $sexe; ?>" #FILTRE_egalite(||#ID||class="selection")>#TITRE</a>
";}i:1;O:12:"BoucleSimple":7:{s:3:"nom";s:4:"prod";s:4:"args";s:38:" type="PRODUIT" rubrique="#ID" num="1"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:16:" (#NBRES_TOTAL) ";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:1:{i:0;s:11:"NBRES_TOTAL";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:53:"
</li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:75:{i:0;s:1:"0";i:1;s:1:"1";i:2;s:2:"18";i:3;s:2:"26";i:4;s:3:"URL";i:5;s:2:"14";i:6;s:2:"15";i:7;s:2:"16";i:8;s:2:"24";i:9;s:2:"17";i:10;s:2:"25";i:11;s:2:"49";i:12;s:2:"50";i:13;s:2:"39";i:14;s:2:"40";i:15;s:2:"46";i:16;s:2:"47";i:17;s:2:"57";i:18;s:2:"61";i:19;s:2:"56";i:20;s:2:"60";i:21;s:2:"59";i:22;s:2:"65";i:23;s:2:"66";i:24;s:2:"71";i:25;s:3:"106";i:26;s:3:"110";i:27;s:2:"90";i:28;s:2:"94";i:29;s:2:"91";i:30;s:2:"88";i:31;s:2:"30";i:32;s:2:"27";i:33;s:2:"31";i:34;s:2:"28";i:35;s:2:"33";i:36;s:2:"34";i:37;s:2:"19";i:38;s:2:"20";i:39;s:2:"21";i:40;s:2:"22";i:41;s:2:"23";i:42;s:2:"32";i:43;s:2:"51";i:44;s:2:"52";i:45;s:2:"53";i:46;s:2:"54";i:47;s:2:"55";i:48;s:3:"118";i:49;s:2:"41";i:50;s:2:"42";i:51;s:2:"43";i:52;s:2:"44";i:53;s:2:"45";i:54;s:2:"48";i:55;s:2:"63";i:56;s:2:"64";i:57;s:3:"115";i:58;s:3:"112";i:59;s:3:"113";i:60;s:3:"114";i:61;s:3:"116";i:62;s:3:"117";i:63;s:3:"107";i:64;s:3:"108";i:65;s:3:"109";i:66;s:3:"111";i:67;s:2:"93";i:68;s:2:"83";i:69;s:2:"84";i:70;s:2:"85";i:71;s:2:"86";i:72;s:2:"87";i:73;s:5:"TITRE";i:74;s:2:"ID";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:70:"
</ul>
</div>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:37:{i:0;s:1:"0";i:1;s:1:"1";i:2;s:2:"14";i:3;s:3:"URL";i:4;s:1:"2";i:5;s:2:"49";i:6;s:1:"3";i:7;s:2:"57";i:8;s:1:"4";i:9;s:2:"66";i:10;s:2:"58";i:11;s:2:"90";i:12;s:2:"18";i:13;s:2:"16";i:14;s:2:"17";i:15;s:2:"39";i:16;s:2:"46";i:17;s:2:"56";i:18;s:2:"59";i:19;s:3:"106";i:20;s:2:"91";i:21;s:2:"26";i:22;s:2:"15";i:23;s:2:"24";i:24;s:2:"25";i:25;s:2:"50";i:26;s:2:"40";i:27;s:2:"47";i:28;s:2:"61";i:29;s:2:"60";i:30;s:2:"65";i:31;s:2:"71";i:32;s:3:"110";i:33;s:2:"94";i:34;s:2:"88";i:35;s:5:"TITRE";i:36;s:2:"ID";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:4;O:8:"PexTexte":1:{s:5:"texte";s:62:"
</div>
</div>
";}}s:3:"idx";i:5;s:9:"last_type";i:3;}i:1;O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:11:"
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}}s:6:"valeur";N;}i:2;O:8:"PexTexte":1:{s:5:"texte";s:24:"
</li>
";}}s:3:"idx";i:3;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:20:{i:0;s:1:"0";i:1;s:1:"1";i:2;s:3:"URL";i:3;s:1:"2";i:4;s:1:"3";i:5;s:1:"4";i:6;s:2:"58";i:7;s:2:"14";i:8;s:2:"49";i:9;s:2:"57";i:10;s:2:"66";i:11;s:2:"90";i:12;s:2:"26";i:13;s:2:"50";i:14;s:2:"61";i:15;s:2:"71";i:16;s:2:"94";i:17;s:5:"TITRE";i:18;s:2:"ID";i:19;s:3:"GET";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:18;O:8:"PexTexte":1:{s:5:"texte";s:2558:"
<li style="background:#039;">
<div class="rechbox">
<form action="http://www.lematelot.com/?fond=recherche" method="post" name="recherche" id="recherche">
<input class="rechinput" placeholder="Búsqueda" name="motcle" id="motcle" type="text" />
<span class="btnicon"><img src="template/_gfx/search.png" class="rechicon" width="22" height="22" alt="GO"></span>
</form>
</div>
</li>
</ul>
</div>
</div>
<div id="moteurDeRecherche">
<?php
$fetes = '';
if(strlen($fetes) > 5){
?>
<div class="grid_12 sousnavter"></div>
<?php
}
?>
<div id="free-shipping"><span>El envío libre para Francia desde 30 € compras - 300 € para el resto de europa </span></div>
<div id="search"></div>
</div>
</nav>
<?php
}
?>
<div id="chemin" class="grid_12"><a href="http://www.lematelot.com">Inicio</a> / Página no encontrada</div>
<div id="contenu" class="grid_12">
<div class="contactmagasin">
<h2>Página no encontrada</h2>
<p class="grid_12">Lo sentimos la página solicitada no existe <br /> - O se trasladó <br /> - O bien se excluyó por completo <br /> <br /> disculparse y hacer las paces ofrecemos de descuento con el código: 404</p>
</div>
</div>
</div>
</div>
<div id="allfooters">
<div id="pre_footer_stripe">
<div id="pre_footer">
<div class="grid_12">
<div class="grid_4"> <img class="icone-large" src="./template/_gfx/icone-cadenas.png" alt="Paiement sécurisé avec &#9788; Boutique mode marine Le Matelot " title="Paiement sécurisé avec &#9788; Boutique mode marine Le Matelot " /> <br />
<br />
Pago seguro </div>
<div class="grid_4"> <img class="icone-large" src="./template/_gfx/icone-commande.png" alt="Commande détaillée avec &#9788; Boutique mode marine Le Matelot " title="Commande détaillée avec &#9788; Boutique mode marine Le Matelot "/> <br />
<br />
Control detallado </div>
<div class="grid_4"> <img class="icone-large" src="./template/_gfx/icone-paiement.png" alt="Paiement multi-plateformes avec &#9788; Boutique mode marine Le Matelot " title="Paiement multi-plateformes avec &#9788; Boutique mode marine Le Matelot "/> <br />
<br />
Satisfecho o Reembolsados </div>
</div>
</div>
</div>
<div id="footer_stripe">
<div id="footer">
<div class="grid_12">
<div id="footer_contenu" class="grid_3">
<h4>últimas Noticias</h4>
<!--
<ul>
";}i:19;O:12:"BoucleSimple":7:{s:3:"nom";s:5:"conts";s:4:"args";s:57:" type="CONTENU" profondeur="0" parent="0" deb="0" num="2"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:44:"
<li><a href="#URL"> #TITRE</a></li>
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:3:"URL";i:1;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:20;O:8:"PexTexte":1:{s:5:"texte";s:127:"
</ul>
-->
</div>
<div id="logopaiement" class="grid_3">
<h4>Pago</h4>
<ul>
";}i:21;O:12:"BoucleSimple":7:{s:3:"nom";s:9:"paiements";s:4:"args";s:16:" type="PAIEMENT"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:200:"
<li class="inline-li"><a href="#CHAPO" rel="nofollow" title="#TITRE" target="__blank"><img class="logo-paiement icone-large" src="#LOGO" alt="#NOM" title="#NOM" /></a></li>
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:4:{i:0;s:5:"CHAPO";i:1;s:5:"TITRE";i:2;s:4:"LOGO";i:3;s:3:"NOM";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:22;O:8:"PexTexte":1:{s:5:"texte";s:131:"
</ul>
</div>
<div id="transport" class="grid_3">
<h4>Entregas</h4>
<ul>
";}i:23;O:12:"BoucleSimple":7:{s:3:"nom";s:10:"transports";s:4:"args";s:27:" type="TRANSPORT" pays="64"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:173:"
<li><a href="#CHAPO" rel="nofollow" title="#TITRE" target="__blank"><img src="#LOGO" alt="#TITRE" title="#TITRE" class="icone-xlarge" /></a></li>
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:3:{i:0;s:5:"CHAPO";i:1;s:5:"TITRE";i:2;s:4:"LOGO";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:24;O:8:"PexTexte":1:{s:5:"texte";s:134:"
</ul>
</div>
<div id="infos" class="grid_3">
<h4>Pie de imprenta</h4>
<ul>
";}i:25;O:12:"BoucleSimple":7:{s:3:"nom";s:5:"conts";s:4:"args";s:77:" type="CONTENU" profondeur="0" parent="0" classement="manuel" deb="2" num="8"";s:7:"contenu";O:14:"ContenuElement":3:{s:8:"elements";a:1:{i:0;O:8:"PexTexte":1:{s:5:"texte";s:93:"
<li><a href="#URL" rel="nofollow" title="#TITRE"> #TITRE</a></li>
";}}s:3:"idx";i:1;s:9:"last_type";i:3;}s:8:"est_vide";b:1;s:9:"variables";a:2:{i:0;s:3:"URL";i:1;s:5:"TITRE";}s:22:"BoucleSimplecompteur";i:1;s:7:"modules";N;}i:26;O:8:"PexTexte":1:{s:5:"texte";s:2300:"
<li><a href="http://www.lematelot.com/?fond=retractation" rel="nofollow" title="Formulario de retiro">Formulario de retiro</a></li>
</ul>
</div>
<div id="partage" class="grid_3">
<h4>Redes Sociales</h4>
<ul>
<li class="ilink">Siga con nosotros en</li>
<li class="fbk"></li>
<li class="twt"></li>
<li class="glg"></li>
<li class="pin"></li>
</ul>
</div>
</div>
</div>
</div>
<div id="sous_footer_stripe">
<div id="sous_footer">
<div class="grid_12">
<button class="thetest" style="display:none;color:#000;">ok</button>
</div>
</div>
<div class="grid_12"></div>
</div>
</div>
<div id="cookie-bar" class="fixed"><p>Este sitio utiliza cookies para adaptarse a sus dispositivos, estadísticas y redes sociales (Ley Europea).<span class="cb-enable">He entendido</span></p></div>
<script async type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script async type="text/javascript" src="http://www.lematelot.com/template/js/libs/jquery.cookie.js"></script>
<script type="text/javascript" src="http://www.lematelot.com/template/js/libs/jquery.cookiebar.js"></script>
<script async type="text/javascript">
setTimeout(function(){
var head = document.getElementsByTagName('head')[0];
var cssa = document.createElement('link');
cssa.type = "text/css";
cssa.rel = "stylesheet";
cssa.href = "http://www.lematelot.com/template/css/allcss.css";
var jsa = document.createElement("script");
jsa.type = "text/javascript";
jsa.src = "http://www.lematelot.com/template/js/libs/alljs.js";
head.appendChild(cssa);
head.appendChild(jsa);
}
, 1000);
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15871128-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
";}}s:3:"idx";i:27;s:9:"last_type";i:3;}