Page 1 of 1

How to change the favicon?

Posted: Thu Nov 12, 2009 10:09 am
by docman
Hi, I wonder how can one change the favicon both in the frontend and the backend of CMSMS.

Thanks so much!

Re: How to change the favicon?

Posted: Thu Nov 12, 2009 11:13 am
by Peciura
Topic should moved to Community boards > Layout and design

Find file "favicon.ico" in root directory and change it (Gimp will do the job)
or in head section place

Code: Select all

<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico" />

Re: How to change the favicon?

Posted: Thu Nov 12, 2009 11:18 am
by docman
Thanks for your reply.

I did try changing it in the root, but no effect. I did try it though on a local installation (MAMP on the Mac), that may be a problem.

I would want to change the favicon at the backend, too. I looked at the admin (backend) template, but cannot find any favicon there. It seem the one in the root is used. However, replacing it with another one would have no efect.

I tryend emptying the cache, without success.

Thanks again.