Updating branch refs/heads/master
         to ca6988e840c12deef0f10701da250eaf5f179104 (commit)
       from cd4c8127a745db0d13b13bb5ce74e4b89042e8f7 (commit)

commit ca6988e840c12deef0f10701da250eaf5f179104
Author: Nick Schermer <[email protected]>
Date:   Wed Apr 18 17:40:34 2012 +0200

    Use the favicon on the server.

 pages/header.php  |    2 +-
 style/favicon.png |  Bin 636 -> 527 bytes
 2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/header.php b/pages/header.php
index 8ab778c..da87587 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -11,7 +11,7 @@ else
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title><?php echo $title ?></title>
-       <link rel="shortcut icon" href="/style/favicon.png" type="image/png" />
+       <link rel="icon" href="/favicon.ico" />
        <link rel="stylesheet" media="screen" href="/style/css.php" 
type="text/css" />
        <meta name="content-language" content="<?php echo $lang ?>" />
 <?php
diff --git a/style/favicon.png b/style/favicon.png
index 895d4f9..504e987 100644
Binary files a/style/favicon.png and b/style/favicon.png differ
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to