JDocumentHTML::addFavicon
Adds a shortcut icon (favicon)
This adds a link to the icon shown in the favorites list or on the left of the url in the address bar. Some browsers display it on the tab, as well.
Signature
public function addFavicon(string
$href,
[string
$type = 'image/vnd.microsoft.icon',
[string
$relation = 'shortcut icon']] )
Parameters
-
$href
- The link that is being related.
-
$type
- File type
-
$relation
- Relation of link
Returns
- JDocumentHTML
- instance of $this to allow chaining