[Xfce4-commits] <www:nick/gettext> Fix favicon link.
Nick Schermer
noreply at xfce.org
Sun Jan 16 21:08:01 CET 2011
Updating branch refs/heads/nick/gettext
to 242535722b8797fe591c7e0c211f5ad5efd76d19 (commit)
from 5b8d747811b2b09b61259565816865a4ef34370e (commit)
commit 242535722b8797fe591c7e0c211f5ad5efd76d19
Author: Nick Schermer <nick at xfce.org>
Date: Sun Jan 16 21:06:07 2011 +0100
Fix favicon link.
pages/header.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/header.php b/pages/header.php
index 1966229..e0ead55 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="shortcut icon" href="/style/favicon.png" type="image/png" />
<link rel="stylesheet" media="screen" href="/style/base.css" type="text/css" />
<?php
if (isset ($head['stylesheet']) && is_array ($head['stylesheet']))
More information about the Xfce4-commits
mailing list