November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
var virtualPathMappedProvider = new VirtualPathMappedProvider("Favicon", new NameValueCollection());
virtualPathMappedProvider.PathMappings.Add("/Util/images/favicon.ico", "/favicon.ico");
host.RegisterVirtualPathProvider(virtualPathMappedProvider);
Tested with Alloy.
Hi!
Is there any way to change the favicon inside edit and admin mode in EPiServer?
We changed the image and logo on the Log-in page as Jon Jones describes here.
Is there a similar path that can be replaced for the favicon?
Browser tab 1: Edit mode (epi icon)
Browser tab 2: Site (custom icon)
/Magnus