From 1083dbdcffe79829cf59cf851f04db07491234ae Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 28 Aug 2003 09:57:35 +0000 Subject: [PATCH] Modification de l'affichage du footer --- htdocs/main.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php3 b/htdocs/main.inc.php3 index b325a37a52e..f2baed8a075 100644 --- a/htdocs/main.inc.php3 +++ b/htdocs/main.inc.php3 @@ -438,8 +438,8 @@ function llxFooter($foot='') print '

'; print 'Bug report '; - print 'Source Code '.$foot.'

'; - + print 'Source Code 

'; + // print 'Source Code '.$foot.'

'; print ""; }