favicon

Discussion in 'Templates customization' started by protraffic, Feb 13, 2009.

  1. protraffic

    protraffic New Member

    Joined:
    Feb 3, 2009
    Messages:
    6
    Is there anyway to add a favicon to amembers template directory and where would it go?
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    place the favicon in the root directory as /favicon.ico
    This where the browsers look.

    Otherwise you would define the location in the header.html file
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />

    David
  3. ameenmk

    ameenmk New Member

    Joined:
    Oct 23, 2008
    Messages:
    14
    But what page?

    You say to define the location.
    On what amember page would you define the location of the favicon on?

    To add the favicon on my site's pages I had to add the script inbetween the head tags. But the amember templates dont have head tags. So where and on which one would i put it?

    thanks
  4. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    define the location in the header.html file
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
    </head>

    David

Share This Page