diff --git a/www/includecss.php b/www/includecss.php new file mode 100644 index 000000000..5e7979539 --- /dev/null +++ b/www/includecss.php @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + +*/ +?> + + + + + + \ No newline at end of file diff --git a/www/pages/main.php b/www/pages/main.php index 9f5193119..b5ec93dc8 100644 --- a/www/pages/main.php +++ b/www/pages/main.php @@ -3,74 +3,37 @@ if (!$_SESSION['connected']) die('Erreur 11000 : Not connected'); //Affectation de valeur par défaut pour arriver sur la page de recherche if (!isset($page2)){ + $title='Recherche'; $page2='recherche.php'; $vueRecherche = 'ent'; } -require_once(realpath(dirname(__FILE__).'/../../includes/siren.php')); +require_once 'siren.php'; ?>
@@ -82,8 +45,8 @@ if ($sortie<>'pdf' && $sortie<>'prt') { |