Hello,
at the moment a related cat is shown with "name@" and I found this line in the category.class:
// if related category put @ after its name
if(in_array($cat_id,$related)) $cat_name.="@";
But how can I change this to show a related cat like this:
"@"blank"name" ?
Or perhaps an image ?
Greetings
Frank



