favicon.info |
favicon.info |
|
name = Favicon
description = Requests to /favicon.ico return the site's actual favicon.
core = 7.x
files[] = favicon.module
files[] = favicon.test
configure = admin/appearance/settings |
favicon.module |
favicon.module |
|
Module file for favicon module. |
favicon.test |
favicon.test |
|
Tests for Favicon |
INSTALL.txt |
INSTALL.txt |
|
INSTALL.txt
===========
In .htaccess, comment out this line:
RewriteCond %{REQUEST_URI} !=/favicon.ico
i.e, prefix the line with a # symbol like this:
# RewriteCond %{REQUEST_URI} !=/favicon.ico
Place the favicon folder in your drupal/modules… |
README.txt |
README.txt |
|
Description
===========
A very small module to make requests to http://example.com/favicon.ico forward to the actual site's true favicon.
This module takes the favicon for the current site/theme and makes it available at the url… |