Clearly put where should we insert the
in order to specify the icon display on the web browser tab?
In previous version I used to modify templates/layout pages to add it but this is NOT upgrade safe
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon">
in order to specify the icon display on the web browser tab?
In previous version I used to modify templates/layout pages to add it but this is NOT upgrade safe
<head> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>{$pagetitle}</title> .... <link href="favicon.ico" rel="shortcut icon" type="image/x-icon"> </head>