Skip to content

Commit 2a24fa1

Browse files
committed
Fixes #10932, this adds in apple touch icons for the templates
1 parent 76a239f commit 2a24fa1

23 files changed

+8
-0
lines changed

modules/_shared/tmpl/default/header.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
<link rel="icon" href="<?php echo skin_url ?>img/favicon.ico" type="image/x-icon">
5151
<link rel="shortcut icon" href="<?php echo skin_url ?>img/favicon.ico" type="image/x-icon">
5252

53+
<link rel="apple-touch-icon" href="<?php echo skin_url ?>img/apple-touch-icon.png" />
54+
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo skin_url ?>img/apple-touch-icon-72x72.png" />
55+
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo skin_url ?>img/apple-touch-icon-114x114.png" />
56+
5357
<link type="application/opensearchdescription+xml" rel="search" href="tv/opensearch?type=xml" title="MythTV">
5458

5559
<meta http-equiv="content-type" content="text/html; charset=utf-8">

modules/_shared/tmpl/lite/header.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<link rel="icon" href="<?php echo skin_url ?>/img/favicon.ico" type="image/x-icon" />
2222
<link rel="shortcut icon" href="<?php echo skin_url ?>/img/favicon.ico" type="image/x-icon" />
2323

24+
<link rel="apple-touch-icon" href="<?php echo skin_url ?>img/apple-touch-icon.png" />
25+
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo skin_url ?>img/apple-touch-icon-72x72.png" />
26+
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo skin_url ?>img/apple-touch-icon-114x114.png" />
27+
2428
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
2529
<meta name="robots" content="noindex, nofollow">
2630

13.7 KB
Loading
6.97 KB
Loading
5.04 KB
Loading
13.7 KB
Loading
6.97 KB
Loading
5.04 KB
Loading
13.7 KB
Loading
6.97 KB
Loading

0 commit comments

Comments
 (0)