| Current Path : /home/checkyd/www/squelettes/ |
| Current File : /home/checkyd/www/squelettes/sommaire_out.html |
[(#ENV{lang}|?{#SET{lang,#ENV{lang}},#SET{lang,'fr'}})]
<BOUCLE_principale(ARTICLES){id_rubrique=1}{lang=#GET{lang}}>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<INCLURE{fond=inc/head.inc}>
</head>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
<!--[if IE 7 ]> <body class="ie7"> <![endif]-->
<!--[if IE 8 ]> <body class="ie8"> <![endif]-->
<!--[if IE 9 ]> <body class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <body> <!--<![endif]-->
<div id="page">
<div id="entete">
<INCLURE{fond=inc/entete.inc}{env}{lang=#GET{lang}}>
</div><!-- fin div entete -->
<div class="clear"></div>
<div id="contenu">
<div id="contenu_gauche">
<INCLURE{fond=inc/menu.inc}{env}{id_parent=5}{lang=#GET{lang}}>
</div>
<div id="contenu_droite">
[(#TITRE|supprimer_numero)]
[(#TEXTE)]
</div>
</div><!-- fin div contenu -->
<div id="pied">
<INCLURE{fond=inc/pied.inc}{env}{lang=#GET{lang}}>
</div>
</div>
</body>
</html>
</BOUCLE_principale>