From fcccd2c2a0254ea6823310775e5d245b65708dc1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 23 Jun 2003 22:22:42 +0000 Subject: [PATCH] Ajout DOL_URL_ROOT pour install dans un sous-repertoire --- htdocs/lib/functions.inc.php3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/lib/functions.inc.php3 b/htdocs/lib/functions.inc.php3 index 86ab9c19136..f3a8b04e644 100644 --- a/htdocs/lib/functions.inc.php3 +++ b/htdocs/lib/functions.inc.php3 @@ -237,9 +237,9 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="") print $name." "; print ''; - print ''; + print ''; print ''; - print ''; + print ''; } function print_liste_field_titre_new($name, $file, $field, $begin="", $options="", $td="", $sortfield="") @@ -260,9 +260,9 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options=" } print $name." "; print ''; - print ''; + print ''; print ''; - print ''; + print ''; print ""; } @@ -350,9 +350,9 @@ function print_fleche_navigation($page,$file,$options='') global $conf; if ($page > 0) { - print 'Page précédente'; + print 'Page précédente'; } - print 'Page suivante'; + print 'Page suivante'; } /* *