remove shorcut to fix favicon. Related issue #1099

This commit is contained in:
Diego Najar 2019-10-24 20:08:54 +02:00
parent 5f2a840890
commit 8a1338b186
1 changed files with 1 additions and 1 deletions

View File

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