From ce03bead9b4e1fa00f1eed1b5d23f6ed538c7932 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 14 Oct 2003 14:54:11 +0000 Subject: [PATCH] Ajout lien validateur --- htdocs/main.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f688abea075..bcf5fc653e6 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -522,6 +522,14 @@ function llxFooter($foot='') // print 'Source Code '.$foot.'

'; // Suppression temporaire du footer print 'Source Code

'; + if (!empty ($dolibarr_auto_user)) + { + print '

+ Valid HTML 4.0! +

'; + } print ""; }