42 lines
935 B
HTML
42 lines
935 B
HTML
|
<div id="wrap">
|
||
|
|
||
|
<div id="header">
|
||
|
[(#REM) HEADER / ENTETE ]
|
||
|
<INCLURE{fond=inclure/entete,env}>
|
||
|
</div>
|
||
|
|
||
|
<div id="page">
|
||
|
<div id="menu">
|
||
|
<div id="sidemenu">
|
||
|
<h2><:menu:></h2>
|
||
|
<INCLURE{fond=inclure/barre-nav,env}>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="content">
|
||
|
[(#REM) CONTENT / CONTENU ]
|
||
|
<INCLURE{fond=contenu/#ENV{type},env}>
|
||
|
</div>
|
||
|
|
||
|
<div class="clear"></div>
|
||
|
|
||
|
<div id="browse">
|
||
|
<h2 class="subhead"><:navigation:></h2>
|
||
|
[(#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 class="clear"></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="footer">
|
||
|
<div id="footercontent">
|
||
|
[(#REM) FOOTER / Pied de page ]
|
||
|
<INCLURE{fond=inclure/pied,env}>
|
||
|
<div class='credit'><INCLURE{fond=inc-theme-copyleft}></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|