Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

[SOLVED] favicon.png Web Page Icon

$
0
0
Clearly put where should we insert the

<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>


Viewing all articles
Browse latest Browse all 2586

Trending Articles