ADD informations concernant les jours pendant lesquels les participants sont présent...
[cl7.git] / index.php
index d8467fa..e1d6fb1 100644 (file)
--- a/index.php
+++ b/index.php
@@ -9,9 +9,9 @@ $MASK_RESEAU = '255.255.255.0';
 if($titre[1] && (ip2long($REMOTE_ADDR) & ip2long($MASK_RESEAU)) != (ip2long($IP_SERVEUR) & ip2long($MASK_RESEAU)))
 */
 
-include_once("php/config.php");
 include_once("php/class_participant.php");\r
 include_once("php/connexion.php");
+include_once("php/config.php");
 include_once("php/controller.php");
 
 $MENU = array(
@@ -36,6 +36,8 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <?php
       if ($message_utilisateur) echo '<meta name="messageUtilisateur" content="'.$message_utilisateur.'" />';
+      echo '<meta name="cout_periode" content="'.$config->get('cout_periode').'" />';
+      echo '<meta name="cout_total" content="'.$config->get('cout_total').'" />';
    ?>
    <title>Corcelles-Lan 7</title>\r
    <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" ></link>\r