Loading...
 
Skip to main content

Features / Usability


How to do "favicon.ico" in Tiki

posts: 96 United States

In HTML, I used to be able to include the line below in the head section to be able to use my own icon when a person saves my page in his favorites, rather than the generic "blue e" that IE uses.



Is there an equivalent piece of code in PHP that can accomplish this same objective for me? If so, where would I put it in order to get it to work on each page?

Thanks in advance for any help on this!

posts: 2881 United Kingdom

Hi bzahn,

Modify the header.tpl file found in the templates folder of your TIki installation.

posts: 96 United States

> Damian:
> Hi bzahn,
>
> Modify the header.tpl file found in the templates folder of your TIki installation.

Thanks. I did that and it works fine. I appreciate the help!


posts: 96 United States

> Damian:
> Hi bzahn,
>
> Modify the header.tpl file found in the templates folder of your TIki installation.

Thanks. I did that and it works fine. I appreciate the help!