Hi
I would like to remplace texte with image in search result.
I addded this code for field "Relation". I can see the image only if 1 checkbox is checked.
If several checkboxes are checked, the is no image but only text (LKey)
$Relation = _t("Relation").":
".process_line_output($p_arr['Relation']).' <img src="'.
($site['flags'].strtolower($p_arr['Relation'])) .'.gif" alt="flag"
/>';
Thanks