Index: mythweb/themes/default/img/favicon.ico
===================================================================
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

Index: mythweb/themes/default/header.php
===================================================================
--- mythweb/themes/default/header.php	(revision 9406)
+++ mythweb/themes/default/header.php	(working copy)
@@ -34,7 +34,8 @@
     <link rel="stylesheet" type="text/css" href="<?php echo skin_url ?>/header.css" />
     <link rel="stylesheet" type="text/css" href="<?php echo skin_url ?>/menus.css" />
     <link rel="stylesheet" type="text/css" href="<?php echo skin_url ?>/programming.css" />
-
+    <link rel="icon" type="image/x-icon" href="<?php echo theme_url ?>img/favicon.ico" />
+    <link rel="shortcut icon" type="image/x-icon" href="<?php echo theme_url ?>img/favicon.ico" />
 <?php
     if (!empty($headers) && is_array($headers))
         echo '    ', implode("\n    ", $headers), "\n";
Index: mythweb/.htaccess
===================================================================
--- mythweb/.htaccess	(revision 9406)
+++ mythweb/.htaccess	(working copy)
@@ -28,6 +28,11 @@
 # those are, so we should tell it.
     AddType video/nuppelvideo .nuv
 
+# Specify the MIME type for favicon.ico in case the server configuration
+# doesn't or in case the server configuration uses the IANA-approved MIME type
+# (image/vnd.microsoft.icon)--which most browsers won't recognize.
+    AddType image/x-icon .ico
+
 # Some special instructions for the PHP files of MythWeb.
     <FilesMatch "\.php$">
 
