From b85d58abac55931c0e1602e22658f838a7027e55 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 12 Oct 2003 10:59:04 +0000 Subject: [PATCH] Modif le doctype de 4.01 en 4.0 --- htdocs/main.inc.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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();