From af9de33d9e36f26d4b2a06dddf7e47bac48e23e5 Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Sat, 10 Oct 2015 08:23:52 +0000
Subject: [PATCH] #3371 Les squelettes de l'espace prive recoivent un flag
 espace_prive=1 a toute fin utile

---
 prive/squelettes/ajax.html      | 2 +-
 prive/squelettes/head/dist.html | 2 +-
 prive/squelettes/structure.html | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/prive/squelettes/ajax.html b/prive/squelettes/ajax.html
index dcd93191ff..b6bc56acab 100644
--- a/prive/squelettes/ajax.html
+++ b/prive/squelettes/ajax.html
@@ -4,4 +4,4 @@
 
 ]
 #SET{zajax,#VAL{var_zajax}|_request|replace{\W,''}}
-<INCLURE{fond=prive/squelettes/#GET{zajax}|concat{'/',#ENV{type-page}},ajax=#GET{zajax},env}>
\ No newline at end of file
+<INCLURE{fond=prive/squelettes/#GET{zajax}|concat{'/',#ENV{type-page}},ajax=#GET{zajax},espace_prive=1,env}>
\ No newline at end of file
diff --git a/prive/squelettes/head/dist.html b/prive/squelettes/head/dist.html
index d770c45f18..9dc5b631fe 100644
--- a/prive/squelettes/head/dist.html
+++ b/prive/squelettes/head/dist.html
@@ -8,4 +8,4 @@
 [(#REM) Si pas de title, celui ci sera mis automatiquement par f_title_auto
 en capturant le premier <h1> de la page]
 #SET{paramcss,#REM|parametres_css_prive}
-#PIPELINE{header_prive,#INCLURE{fond=prive/squelettes/inclure/head,titre,minipres,paramcss=#GET{paramcss}}}
\ No newline at end of file
+#PIPELINE{header_prive,#INCLURE{fond=prive/squelettes/inclure/head,titre,minipres,paramcss=#GET{paramcss},espace_prive}}
\ No newline at end of file
diff --git a/prive/squelettes/structure.html b/prive/squelettes/structure.html
index b9dd987802..7520bd83d0 100644
--- a/prive/squelettes/structure.html
+++ b/prive/squelettes/structure.html
@@ -8,7 +8,7 @@
 <!--[if IE 9 ]>    <html class="[(#LANG_DIR)][ (#LANG)] no-js ie ie9 lte9" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> <![endif]-->
 <!--[if (gt IE 9)|!(IE)]><!--> <html class="[(#LANG_DIR)][ (#LANG)] no-js" xmlns="http://www.w3.org/1999/xhtml" xml:lang="#LANG" lang="#LANG" dir="#LANG_DIR"> <!--<![endif]-->
 <head>
-<INCLURE{fond=prive/squelettes/head/#ENV{type-page},env}>
+<INCLURE{fond=prive/squelettes/head/#ENV{type-page},env,espace_prive=1}>
 </head>
-<INCLURE{fond=prive/squelettes/body,env}>
+<INCLURE{fond=prive/squelettes/body,env,espace_prive=1}>
 </html>
-- 
GitLab