[art-web] point stuff to www-old.gnome.org



commit d6585683231a149006387a327f9b7a3c23a466a1
Author: Olav Vitters <olav vitters nl>
Date:   Wed Apr 6 22:50:25 2011 +0200

    point stuff to www-old.gnome.org

 css/layout.css       |    2 +-
 index.html           |    4 ++--
 templates/header.php |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/css/layout.css b/css/layout.css
index 080180c..5c44719 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -375,7 +375,7 @@ ul.toc li a:hover {
 }
 
 #tabs {
-	background: url(http://www.gnome.org/css/bar.png) 0 100% repeat-x;
+	background: url(http://www-old.gnome.org/css/bar.png) 0 100% repeat-x;
 	width: 100%;
 	float: left;
 	margin: 0;
diff --git a/index.html b/index.html
index 56a4365..a805668 100644
--- a/index.html
+++ b/index.html
@@ -5,8 +5,8 @@
   <link href="/css/layout.css" rel="stylesheet" type="text/css" media="screen">
   <link href="/css/style.css" rel="stylesheet" type="text/css" media="all">
   <link href="/css/frontpage.css" rel="stylesheet" type="text/css" media="all">
-  <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
-  <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";><title>GNOME: The Free Software Desktop Project</title>
+  <link rel="icon" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png";>
+  <link rel="SHORTCUT ICON" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png";><title>GNOME: The Free Software Desktop Project</title>
 
 
   <!-- site header -->
diff --git a/templates/header.php b/templates/header.php
index 2413df5..aa52eb4 100644
--- a/templates/header.php
+++ b/templates/header.php
@@ -13,8 +13,8 @@ function tab ($tab, $page)
   <?php foreach ($css as $s): ?>
     <link href="<?php echo $s?>" rel="stylesheet" type="text/css" media="all">
   <?php endforeach ?>
-  <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
-  <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png";>
+  <link rel="icon" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png";>
+  <link rel="SHORTCUT ICON" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png";>
   <title>GNOME: The Free Software Desktop Project</title>
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]