Forum Discussion

sprice's avatar
sprice
Mentor
16 years ago

favicon?

Hey,

 

I was wondering how to implement a favicon on the lithium forums?

 

Cheers

 

Steve

  • <link rel="shortcut icon" href="http://www.yourcompany.com/favicon.ico" type="image/x-icon" />

     

    I beleive this is good for FF and IE.

     

    You can drop that line in the custom head content or the header in the admin.

    Message Edited by chasw on 02-03-2009 11:34 AM
  • chasw's avatar
    chasw
    Lithium Alumni (Retired)

    <link rel="shortcut icon" href="http://www.yourcompany.com/favicon.ico" type="image/x-icon" />

     

    I beleive this is good for FF and IE.

     

    You can drop that line in the custom head content or the header in the admin.

    Message Edited by chasw on 02-03-2009 11:34 AM
    • sprice's avatar
      sprice
      Mentor

      Ah ok, thought there may be something in the config instead of customising the headers.

       

      Thanks though.

      • erik's avatar
        erik
        Boss
        on a side note, if you dump a favicon.ico in your root directory, both IE and FF will automatically pick it up without any extra HTML needed.
    • kosmonaft's avatar
      kosmonaft
      Guide

      Is this still the only way to add favicon to Lithium forum?