Closed (duplicate)
Project:
Taxonomy Image
Version:
6.x-1.6
Component:
Contrib Link Alter
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 May 2009 at 19:21 UTC
Updated:
12 May 2009 at 13:44 UTC
This module could use a theme function for the term output.
For instance, the current output if image + name is chosen is the image, a BR, and the term:
$tname = $show_name ? ('<br />'. taxonomy_image_tt("taxonomy:term:$term->tid:name", $term->name)) : NULL;
Because this isn't in a theme function there's no way to get rid of the BR without modifying the module code directly.
Comments
Comment #1
nancydru#452908: Make Image links themable