Forum
Separate Admin Favicon
When I deliver sites to clients I like to provide a separate favicon for the admin control panel. This makes it easier when editing content with a sea of tabs open. As I'm new to Perch I've not figured out a way to do this yet but it would be nice to achieve it by simply dropping an admin favicon in the Perch directory.
You should be able to do that with a UI customisation: https://docs.grabaperch.com/docs/customizing-perch/ui-customizations/
Thanks Drew
The documentation states that code in _config.inc gets included in the <head> but it actually gets added above the </body>.
Placing a favicon link works OK in Firefox and IE but Chrome and Opera don't play ball
The _config.inc is a good trick to know anyway.
Thanks again
Kevin
Ah, that's true actually. That needs resolving.