[foundation-web] css is hosted on f-old now, so we substitute {$root} with the new website full path.
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [foundation-web] css is hosted on f-old now, so we substitute {$root} with the new website full path.
- Date: Thu, 16 Feb 2012 23:31:06 +0000 (UTC)
commit deea4d0b4d481ac9359cd75ea98933d04d8cb32e
Author: Andrea Veri <av src gnome org>
Date: Fri Feb 17 00:30:40 2012 +0100
css is hosted on f-old now, so we substitute {$root} with the new website full path.
include/add-header.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/include/add-header.xsl b/include/add-header.xsl
index 780b16d..73e9e40 100644
--- a/include/add-header.xsl
+++ b/include/add-header.xsl
@@ -27,7 +27,7 @@
<xsl:template match="head">
<head xmlns="http://www.w3.org/1999/xhtml">
<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="stylesheet" type="text/css" href="foundation-old.gnome.org/foundation.css" />
<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()" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]