[foundation-web] get css from www-old for now



commit df7bf38b59d4a569eb7496fbdb6ed0e530443140
Author: Olav Vitters <olav vitters nl>
Date:   Thu Apr 7 15:02:56 2011 +0200

    get css from www-old for now

 include/add-header.xsl |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/include/add-header.xsl b/include/add-header.xsl
index a2e69cb..e813081 100644
--- a/include/add-header.xsl
+++ b/include/add-header.xsl
@@ -26,9 +26,9 @@
 
   <xsl:template match="head">
     <head xmlns="http://www.w3.org/1999/xhtml";>
-      <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+      <link rel="stylesheet" type="text/css" href="http://www-old.gnome.org/default.css"; />
       <link rel="stylesheet" type="text/css" href="{$root}/foundation.css" />
-      <link rel="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"; />
       <xsl:copy-of select="@*" />
       <xsl:apply-templates select="node()" />
     </head>
@@ -59,8 +59,8 @@
       </div>
 
       <div id="hdr">
-	<div id="logo"><a href="{$root}/"><img src="http://www.gnome.org/img/spacer"; alt="Home" /></a></div>
-        <div id="banner"><img src="http://www.gnome.org/img/spacer"; alt="" /></div>
+	<div id="logo"><a href="{$root}/"><img src="http://www-old.gnome.org/img/spacer"; alt="Home" /></a></div>
+        <div id="banner"><img src="http://www-old.gnome.org/img/spacer"; alt="" /></div>
 	<p class="none"></p>
         <div id="hdrNav">
 	  <a href="http://www.gnome.org/about/";>About GNOME</a> &middot;



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