Closed (won't fix)
Project:
Taxonomy Breadcrumb
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2011 at 00:03 UTC
Updated:
2 Oct 2012 at 19:05 UTC
Just as in the subject line. Tried to paste an img - does not work as desired :)
Comments
Comment #1
Sunlight Studios commentedYou may be better off overriding theme_breadcrumb() in your template.php & plonking the markup direct into there. I may be wrong but allowing markup in the breadcrumb trail could be a slippery slope!
Comment #2
moniuch commentedOK, I know many things can be done via template/php logic, the purpose of my submitting ideas is to provide more options for the admin UI.
As per the Home branch breadcrumb, it would be sufficient to provide dedicated class for that item and style that item instead of plunking img tag.
Comment #3
jantoine commentedThis can and should be handled at the theme layer. A special class is not necessary from this module as that too can be added at the theme layer, or CSS selectors can be used.