git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-761
//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é';
<a href=\"?_C=".$exclude."&_f=xml2\"
title=\"$title_exclude\">[-]</a></td>
</tr>";
-
+}
}
//excluded = true if this line is an excluded result, = false if this line is a refined result