Skip to content

Commit

Permalink
Correct paths for apple-touch-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mkbloke committed Feb 25, 2022
1 parent e020a3e commit b999226
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/_shared/tmpl/default/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
<link rel="icon" href="<?php echo skin_url ?>img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="<?php echo skin_url ?>img/favicon.ico" type="image/x-icon">

<link rel="apple-touch-icon" href="<?php echo skin_url ?>img/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo skin_url ?>img/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo skin_url ?>img/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" href="<?php echo skin_url ?>img/apple-touch-icons/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo skin_url ?>img/apple-touch-icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo skin_url ?>img/apple-touch-icons/apple-touch-icon-114x114.png" />

<link type="application/opensearchdescription+xml" rel="search" href="tv/opensearch?type=xml" title="MythTV">

Expand Down
6 changes: 3 additions & 3 deletions modules/_shared/tmpl/lite/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<link rel="icon" href="<?php echo skin_url ?>/img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="<?php echo skin_url ?>/img/favicon.ico" type="image/x-icon" />

<link rel="apple-touch-icon" href="<?php echo skin_url ?>img/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo skin_url ?>img/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo skin_url ?>img/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" href="<?php echo skin_url ?>img/apple-touch-icons/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="<?php echo skin_url ?>img/apple-touch-icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="<?php echo skin_url ?>img/apple-touch-icons/apple-touch-icon-114x114.png" />

<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow">
Expand Down

0 comments on commit b999226

Please sign in to comment.