Ticket #10932: header.php.patch

File header.php.patch, 2.0 KB (added by Joe Nyland <joe@…>, 12 years ago)

header.php patch file.

  • modules/_shared/tmpl/default/header.php

    diff --git a/MythTV-mythweb-7232c54/modules/_shared/tmpl/default/header.php b/MythTV-mythweb-7232c54.mod/modules/_shared/tmpl/default/header.php
    index 7749d8c..24c25bd 100644
    old new EOF; 
    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

    diff --git a/MythTV-mythweb-7232c54/modules/_shared/tmpl/lite/header.php b/MythTV-mythweb-7232c54.mod/modules/_shared/tmpl/lite/header.php
    index 675209f..d188e3f 100644
    old new  
    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