* Moved stylesheets to /style.

* Updated fsfeurope.xsl correspondingly.
* Minor changes to contact.

svn path=/branches/test/; revision=14135
This commit is contained in:
ato
2010-01-15 12:35:05 +00:00
parent 1e6f243fb9
commit a6e447d1e6
6 changed files with 210 additions and 9 deletions
+3 -3
View File
@@ -28,10 +28,10 @@
<xsl:template match="head">
<xsl:copy>
<meta name="robots" content="index, follow" />
<link rel="stylesheet" media="all" href="/fsfeurope.css" type="text/css" />
<link rel="stylesheet" media="print" href="/print.css" type="text/css" />
<link rel="stylesheet" media="all" href="/style/fsfeurope.css" type="text/css" />
<link rel="stylesheet" media="print" href="/style/print.css" type="text/css" />
<xsl:if test="/buildinfo/@language='ar'">
<link rel="stylesheet" media="all" href="/rtl.css" type="text/css" />
<link rel="stylesheet" media="all" href="/style/rtl.css" type="text/css" />
</xsl:if>
<link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />
<xsl:element name="link">