remove shorcut to fix favicon. Related issue #1099
This commit is contained in:
parent
5f2a840890
commit
8a1338b186
|
@ -234,7 +234,7 @@ class Theme {
|
||||||
|
|
||||||
public static function favicon($file='favicon.png', $typeIcon='image/png')
|
public static function favicon($file='favicon.png', $typeIcon='image/png')
|
||||||
{
|
{
|
||||||
return '<link rel="shortcut icon" href="'.DOMAIN_THEME.$file.'" type="'.$typeIcon.'">'.PHP_EOL;
|
return '<link rel="icon" href="'.DOMAIN_THEME.$file.'" type="'.$typeIcon.'">'.PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function keywords($keywords)
|
public static function keywords($keywords)
|
||||||
|
|
Loading…
Reference in New Issue