diff --git a/inc/template.php b/inc/template.php index 2dc58b36d0d98ec6bb5b6352c8b354bf033783bd..9f17d5e329652718c81fd8e51ba434241070c0a6 100644 --- a/inc/template.php +++ b/inc/template.php @@ -1693,7 +1693,7 @@ function tpl_favicon($types = array('favicon')) { $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL; break; case 'mobile': - $look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.ico'); + $look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'); $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL; break; case 'generic':