avatar monkey Aug 23. 2007. 10:09 am
Hi,

Looking to add a favicon on my site, but what file do i need to add the link in?

Many thanks,

Richard
avatar Aug 23. 2007. 11:25 am
Add these in header

<link rel="shortcut icon" href="http://www.yourwebsite.com/favicon.ico" />

Placing the favicon.ico in web root directory of your site works in many case.
avatar Aug 23. 2007. 12:38 pm
Sorry, wasn't that clear, what page do I add the link to? Is there a master html file I can add the favicon link in?

Thanks
avatar Aug 25. 2007. 9:48 am
any page where you want to have the fevicon. You can even have individual icon for every pages.
avatar footprintmedia Oct 9. 2007. 4:01 am
Hi Monkey,

I added the favicon code to the following files:

application/layouts/account.php
application/layouts/administration.php
application/layouts/dashboard.php
application/layouts/dialog.php
application/layouts/error.php
application/layouts/project_website.php
installation/templates/layout.php
public/upgrade/templates.php

Basically, I added the code <link rel="shortcut icon" href="/images/favicon.ico" /> to every file with a DOCTYPE declaration.

Regards

Andrew
avatar Ilija Studen Staff Aug 30. 2010. 8:51 am
Moderation Note: Instructions for activeCollab 2 and later have been moved into a new topic.