Hi, I wonder how can one change the favicon both in the frontend and the backend of CMSMS.
Thanks so much!
How to change the favicon?
-
Peciura
Re: How to change the favicon?
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
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?
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.
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.
Last edited by docman on Thu Nov 12, 2009 11:57 am, edited 1 time in total.

