summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-09-26 14:25:28 +0100
committerAnika Henke <anika@selfthinker.org>2012-09-26 14:25:28 +0100
commitcab7597576cf8761e9624f8d05d16a642b884750 (patch)
tree51cb925b985820d107bfaa437634cf36923c8277 /inc/template.php
parent86ca15261461b6c74f66407e7ac6992baa097d0d (diff)
downloadrpg-cab7597576cf8761e9624f8d05d16a642b884750.tar.gz
rpg-cab7597576cf8761e9624f8d05d16a642b884750.tar.bz2
fixed wrong apple-touch-icon extension (FS#2627)
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 2dc58b36d..9f17d5e32 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':