Just as in the subject line. Tried to paste an img - does not work as desired :)

Comments

Sunlight Studios’s picture

You 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!

moniuch’s picture

OK, 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.

jantoine’s picture

Status: Active » Closed (won't fix)

This 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.