From 15ab28e4cafb3ab3bfd0b41ae80dfb640c51d7a3 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 7 Oct 2003 11:16:30 +0000 Subject: [PATCH] Modif du footer --- htdocs/main.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index a84cc57819e..50af1e275fc 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -501,8 +501,9 @@ function llxFooter($foot='') print '

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

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

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

'; print ""; }