Difference between revisions of "Favicon"

From Joomla! Documentation

Line 1: Line 1:
 
A [[wikipedia:Favicon|favicon]] is a small, square image that appears on the browser's tab (if the browser supports [[wikipedia:Tabbed_document_interface|tabbed browsing]]) and on the left side of the site URL in the address bar.
 
A [[wikipedia:Favicon|favicon]] is a small, square image that appears on the browser's tab (if the browser supports [[wikipedia:Tabbed_document_interface|tabbed browsing]]) and on the left side of the site URL in the address bar.
 +
 
The default icon is the Joomla! logo, but you may change it to suit your site.
 
The default icon is the Joomla! logo, but you may change it to suit your site.
  
By default, the Joomla! favico.ico file can be found in the /images directory.  Some templates, however, will contain code that redirect the browser to /templates/template_name/icon.  To determine where your new [[wikipedia:Favicon|favicon]] should be, examine /templates/index.php and look for code that resembles: <source lang="html4strict"><link rel="shortcut icon" href="http://yoursite.com/templates/your_template/icon/favicon.ico" ></source>
+
[[Image:Favicon.png]]
  
See also:
+
==See also==
 
* [[Changing the site favicon]]
 
* [[Changing the site favicon]]
 
[[Category:Landing Pages]]
 
[[Category:Landing Pages]]

Revision as of 03:25, 19 June 2008

A favicon is a small, square image that appears on the browser's tab (if the browser supports tabbed browsing) and on the left side of the site URL in the address bar.

The default icon is the Joomla! logo, but you may change it to suit your site.

Favicon-en.png

See also[edit]