<?php
-$exa_max_length = 15;
+$exa_max_length = 20;
function display_group(&$group, &$exalead_data, $keywords=false,$class = 'exa_groupe', $img_path = 'images/'){
$compteur = 0;
<a style="text-decoration: none;"
href="?_C=<?php echo $exalead_data->query->context.'/'.$categorie->refine_href;?>&_f=xml2"
title="Afficher seulement ces résultats"
- ><img style="vertical-align: text-bottom;" src="images/select.png" alt="[+]" /><?php echo (empty($categorie->display)?$categorie->name:$categorie->display).(empty($categorie->count)?'':' ('.$categorie->count.')');?></a>
+ ><img style="vertical-align: text-bottom;" src="images/select.png" alt="[+]" />
+ <?php echo (empty($categorie->display)?$categorie->name:$categorie->display).(empty($categorie->count)?'':' ('.$categorie->count.')');?></a>
<a href="?_C=<?php echo $exalead_data->query->context.'/'.$categorie->exclude_href;?>&_f=xml2"
title="Ne pas afficher ces résultats"
><img style="vertical-align: text-bottom;" src="images/moins.png" alt="[-]"/></a>
elseif($categorie->is_excluded()){
?>
<span style="text-decoration: line-through;">
- <a href="?_C=<?php echo $exalead_data->query->context.'/'.$categorie->reset_href;?>&_f=xml2"><img style="vertical-align: text-bottom;" src="images/select.png" alt="[+]" /> <?php echo $categorie->display;?></a>
+ <a href="?_C=<?php echo $exalead_data->query->context.'/'.$categorie->reset_href;?>&_f=xml2"><img style="vertical-align: text-bottom;" src="images/select.png" alt="[+]" />
+ <?php echo $categorie->display;?></a>
</span>
<?php
}