diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 6f320714104..ba0c7a28af6 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -181,6 +181,10 @@ if (defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE) } } +/* + * TODO RODO + */ +define('MAIN_MONNAIE','euros'); // Modification de quelques variable de conf en fonction des Constantes /* * SIZE_LISTE_LIMIT : constante de taille maximale des listes @@ -325,7 +329,7 @@ function top_menu($head, $title="") { global $user, $conf, $rtplang; - print ''; + print ''; print "\n"; print $rtplang->lang_header();