diff --git a/prive/squelettes/ajax.html b/prive/squelettes/ajax.html index dcd93191ffb162c48b9a80ebccc23a97660e6632..b6bc56acabaf06fef15542d3dd57e2bd168ec444 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 d770c45f18a3a340decf9598421f7652e0cd7dd9..9dc5b631fe3adafdb3f7e396e3fe4df90121a81a 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 b9dd987802742cd1194d096c5a2805156049fd4e..7520bd83d07b11cba6f53a7b25d391fd8c4ad0e6 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>