29 lines
782 B
HTML
29 lines
782 B
HTML
|
<div id="wrapper">
|
||
|
<div id="header">
|
||
|
<div id="head"><INCLURE{fond=inclure/entete,env}></div>
|
||
|
<div id="nav">
|
||
|
[(#REM) MAIN NAVIGATION / NAVIGATION PRINCIPALE ]
|
||
|
<INCLURE{fond=inclure/barre-nav,env}>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="content">
|
||
|
<div id="col1">
|
||
|
[(#REM) CONTENT / CONTENU ]
|
||
|
<INCLURE{fond=contenu/#ENV{type},env}>
|
||
|
</div>
|
||
|
<div id="col2">
|
||
|
[(#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="footer">
|
||
|
[(#REM) FOOTER / Pied de page ]
|
||
|
<INCLURE{fond=inclure/pied,env}>
|
||
|
<div id="copyleft"><INCLURE{fond=inc-theme-copyleft}></div>
|
||
|
</div>
|
||
|
|