css is hosted on f-old now, so we substitute {$root} with the new website full path.
This commit is contained in:
parent
f1ccc3a9ef
commit
deea4d0b4d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
<xsl:template match="head">
|
<xsl:template match="head">
|
||||||
<head xmlns="http://www.w3.org/1999/xhtml">
|
<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="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" />
|
<link rel="icon" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png" />
|
||||||
<xsl:copy-of select="@*" />
|
<xsl:copy-of select="@*" />
|
||||||
<xsl:apply-templates select="node()" />
|
<xsl:apply-templates select="node()" />
|
||||||
|
|
Loading…
Reference in a new issue