Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: mythweb/themes/default/img/favicon.ico
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
|
|
|
34 | 34 | <link rel="stylesheet" type="text/css" href="<?php echo skin_url ?>/header.css" /> |
35 | 35 | <link rel="stylesheet" type="text/css" href="<?php echo skin_url ?>/menus.css" /> |
36 | 36 | <link rel="stylesheet" type="text/css" href="<?php echo skin_url ?>/programming.css" /> |
37 | | |
| 37 | <link rel="icon" type="image/x-icon" href="<?php echo theme_url ?>img/favicon.ico" /> |
| 38 | <link rel="shortcut icon" type="image/x-icon" href="<?php echo theme_url ?>img/favicon.ico" /> |
38 | 39 | <?php |
39 | 40 | if (!empty($headers) && is_array($headers)) |
40 | 41 | echo ' ', implode("\n ", $headers), "\n"; |