35 lines
836 B
HTML
35 lines
836 B
HTML
|
<div id="page">
|
||
|
<div id="entete">
|
||
|
<INCLURE{fond=inclure/entete,env}>
|
||
|
</div>
|
||
|
|
||
|
<div id="conteneur">
|
||
|
<div id="contenu">
|
||
|
[(#REM) CONTENT / CONTENU ]
|
||
|
<INCLURE{fond=contenu/#ENV{type},env}>
|
||
|
</div>
|
||
|
|
||
|
<div id="zyn">
|
||
|
<div id="navigation">
|
||
|
[(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ]
|
||
|
<div class='menu'>
|
||
|
<h2><:Pages:></h2>
|
||
|
<INCLURE{fond=inclure/barre-nav,env}>
|
||
|
</div>
|
||
|
|
||
|
[(#REM) SECONDARY NAVIGATION SIDEBAR / Navigation laterale secondaire ]
|
||
|
<INCLURE{fond=navigation/#ENV{type},env}>
|
||
|
|
||
|
[(#REM) EXTRA INFORMATIONS / Informations complementaires]
|
||
|
<INCLURE{fond=extra/#ENV{type},env}>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="pied">
|
||
|
[(#REM) FOOTER / Pied de page ]
|
||
|
<INCLURE{fond=inclure/pied,env}>
|
||
|
<div id="copyleft"><INCLURE{fond=inc-theme-copyleft}></div>
|
||
|
</div>
|
||
|
</div>
|