favicon.info.yml |
favicon.info.yml |
|
favicon.info.yml |
favicon.module |
favicon.module |
|
Module file for favicon module. |
favicon.routing.yml |
favicon.routing.yml |
|
favicon.routing.yml |
FaviconController.php |
lib/Drupal/favicon/Controller/FaviconController.php |
Drupal\favicon\Controller |
Contains \Drupal\favicon\Controller\FaviconController. |
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… |