This was
discussed here before, but that forum is closed now so I can't post this there.
I would like to have a different favicon for each site, but Kentico automatically adds a link tag for /favicon.ico to every page. This link comes after the <head> content that can be added to each template, so it overrides any favicon set there. Is there any way to change this behavior?
The older thread says to inherit from DocumentBase and override FavIconTag, but I don't see how this could work. If I create a subclass of DocumentBase, how could the application know to use it instead of CMS.UIControls.DocumentBase?