Inserts <link> entities to set the favorite icon associated with the page.
The following parameters are recognized:
Set to "quirks" if page is being rendered in "Quirks Mode".
This macro is used within the <head> section of the rendered page to set the favorite icon associated with the page. NOTE: The output produces two <link> entities in XML form, which will cause a Tidy warning if used on a page rendered in "quirks mode".
This macro is defined as:
<link @htmlAttr("rel","shortcut icon") @htmlAttr("href","@imageDirUrl()/favicon.ico") @htmlAttr("type","images/x-icon") /> <link @htmlAttr("rel","icon") @htmlAttr("href","@imageDirUrl()/favicon.ico") @htmlAttr("type","images/x-icon") />