Blame | Last modification | View Log | RSS feed
<?php
define ('PAP_CHEMIN_API_PEAR', 'api/pear/');
define ('PAP_CHEMIN_RACINE', '');
define ('GEN_SEP', '/');
define ('GEN_CHEMIN_API', 'api/');
define ('PAP_CHEMIN_API_PEARDB', PAP_CHEMIN_API_PEAR);
set_include_path('.:'.PAP_CHEMIN_API_PEAR);
include_once 'authentification.php';
include_once 'api/formulaire/formulaire.fonct.inc.php';
$GLOBALS['_GEN_commun']['info_application']->categorie_nature = '0';
include 'client/bazar/bazar.php';
$html = afficherContenuCorps();
?>
<BOUCLE_rub(RUBRIQUES){id_rubrique}>
<!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">
<head>
<INCLURE{fond=include/head}{id_rubrique}>
<link rel="stylesheet" href="[(#CHEMIN{css/bazar.css})]" type="text/css" media="screen" />
</head>
<body>
<div id="wrap">
<INCLURE{fond=include/header}{id_rubrique}>
<div id="principal">
<INCLURE{fond=include/menu}{id_rubrique}{mon_secteur=#ID_SECTEUR}>
<?php
//echo ($_GET['action_bazar']);
?>
<div id="contenu" >
<?php
// echo afficherContenuNavigation();
echo $html;
?>
</div>
</div>
<INCLURE{fond=include/footer}>
</div>
</body>
</html>
</BOUCLE_rub>