From e826a1f98dcb899772ff354bd19c6b11bb6ded88 Mon Sep 17 00:00:00 2001 From: Aurelien LAJOIE Date: Wed, 6 Jul 2005 22:13:55 +0000 Subject: [PATCH] =?utf8?q?crade=20mais=20=E7a=20vire=20les=20Inconnu?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-761 --- include/exalead/exalead.smarty.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/exalead/exalead.smarty.inc.php b/include/exalead/exalead.smarty.inc.php index 7f915ba..a8fba16 100644 --- a/include/exalead/exalead.smarty.inc.php +++ b/include/exalead/exalead.smarty.inc.php @@ -256,6 +256,7 @@ function _little_nav_barre($params, &$smarty){ //categorie = true if this line is for a category, false if this is for a keyword function _display_3_columns($title, $count, $refine, $exclude, $categorie){ +if ($title!='Inconnu'){ global $exa_max_length; if($categorie) $title_exclude = 'Ne pas afficher cette catégorie'; else $title_exclude = 'Ne pas afficher ce mot-clé'; @@ -269,7 +270,7 @@ function _display_3_columns($title, $count, $refine, $exclude, $categorie){ [-] "; - +} } //excluded = true if this line is an excluded result, = false if this line is a refined result -- 2.1.4