Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stephen Juliano 8 posts 28 karma points
    Oct 10, 2011 @ 16:24
    Stephen Juliano
    0

    Custom Fav Icon for Admin Area

    Hello,

    I am a total noob when it comes to Umbraco, but so far I absolutely love it!

    Currently when you are in the admin portion of our website (/umbraco/) displays the same fav icon as the rest of our site. This get's confusing when I have multiple tabs open in my browser (which is pretty much always).

    Does anyone know of a way that I can install a custom fav icon strictly for the admin area? Has anyone done this?

    Thanks in advance for your help!

  • Lee Kelleher 4020 posts 15802 karma points MVP 13x admin c-trib
    Oct 10, 2011 @ 16:41
    Lee Kelleher
    1

    Hi Stephen,

    To do this you would need to manually edit the "/umbraco/umbraco.aspx" file.  In the <head>, you would include a reference to your custom favicon.ico

    <link rel="shortcut icon" href="/umbraco.ico" type="image/x-icon" />

    Keep in mind that if you ever upgrade Umbraco, then that change will be overwritten!

    Cheers, Lee.

  • Stephen Juliano 8 posts 28 karma points
    Oct 10, 2011 @ 16:48
    Stephen Juliano
    0

    Worked like a charm! Thanks so much!

Please Sign in or register to post replies

Write your reply to:

Draft