Hwo to change drupal default favicon

  • warning: include() [function.include]: Unable to access /home/drupal_in/drupal.in/themes/engines//includes.php in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include(/home/drupal_in/drupal.in/themes/engines//includes.php) [function.include]: failed to open stream: Success in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include() [function.include]: Unable to access /home/drupal_in/drupal.in/themes/engines//includes.php in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include(/home/drupal_in/drupal.in/themes/engines//includes.php) [function.include]: failed to open stream: Success in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
  • warning: include() [function.include]: Failed opening '/home/drupal_in/drupal.in/themes/engines//includes.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
zohaib's picture

Hi,

I have set up site using drupal.

I want to change drupal favicon .

Attached default favicon file.

How can i do it.

AttachmentSize
drupalfavicon.png1.76 KB
john200's picture

Linux Foundation may use web

Linux Foundation may use web beacons from time to time. Such web beacons may be provided by Linux Foundation’s third party advertising companies to help manage and optimize Linux Foundation’s online advertising. A web beacon is a string of code that provides a method for delivering a graphic image on a web page or in an email message for the purpose of transferring data, or determining how many times a specific web page has been viewed. Web beacons enable Linux Foundation to recognize a browser’s cookie when a browser visits a Site, and to learn which banner ads bring users to each Site. For example, when a user visits a web page, the code for the page may include instructions to go to another server to gather a single pixel graphic image. Web beacons are not placed on a user’s computer, and users remain anonymous. To opt out of targeted advertising delivered by Linux Foundation, or third party advertisers, users can opt to use freely available ad blocking software, to prevent ads from displaying in their browser. The Linux Foundation does not promote or recommend any type of ad blocking software, nor guarantees that any of the Site services will remain fully functional if the user utilizes such software.

=========================
mcat exam
ged test
gre practice test
cen practice exam

anishvinojanish's picture

In your root directory you

In your root directory you will find a folder named "misc"

Inside that folder you can see the image "favicon.ico", just replace it with your image, make sure that you change the extension for your new image to ".ico" , also size of 32x32 will be better

www.module-developer.com
www.module-node.com

sridhar's picture

Should not touch any folders in the root except Sites

Since D6, you should not be touching any folders in the root except for the Sites folder. All your customizations and files should go inside sites folder.

To change the default favicon, login as admin, and go to admin/build/themes/settings/global. Towards the end of the page, you have the section "Shortcut icon settings". Uncheck "Use the default shortcut icon" and upload your favicon file.

You can use the same page to change the default logo too. So when you put the site offline, your logo will be shown instead of the default Drupal logo.

Regards,
Sridhar

Regards,
Sridhar
http://echopx.com

zohaib's picture

How to change drupal default favicon

Thanks anishvinojanish