Hi guys!
You just added html_encode($before) ... in the functions printHomeLink, printParentBreadcrump and so on, which makes it no more possible to use sort of styles here (I used to use span). Any workaround besides hacking template-functions.php? (I know: "You should NEVER modify core files ...")
Wete
Comments
We have regularized Zenphoto so that it is consistent. All strings used internally are presumed to need html encoding. This way nothing is left to chance. Strings which typically would contain html tags are encoded by a special function that scrubs invalid tags, encodes html entities, and passes valid tags through. This function is not invoked for strings that typically do not require html tagging since it is an expensive process.
All this is so that hackers cannot sneek exploits into your site.