|
This is good news. Thank you.
I have one more suggestion.
pcDTR wraps the picture in <span> elements. This is problematic if you want to use pcDTR in a menu module.
Joomla wraps the text part of menu links in <span> too. If I use pcDTR on a menu, I get two nested <span>s, what makes CSS styling very complicated. Styles I add to the outer span apply to the inner too. So, I always need to undo styles for the inner pcdtr-span. You might consider using some other element like <b> that can be better addressed in CSS code.
I know, I can set this myself in pcdtr.php in the addSpan function, but if I do this I cannot update without fiddling in the plugin source.
Therefore I ask to change this in the package.
|