Including Arabic stylesheet when necessary.

svn path=/trunk/; revision=12699
This commit is contained in:
att 2009-06-04 15:46:56 +00:00
parent 9a120e7ff1
commit 177570fea5

View File

@ -30,6 +30,9 @@
<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" />
<xsl:if test="/buildinfo/@language='ar'">
<link rel="stylesheet" media="all" href="/styles/ar.css" type="text/css" />
</xsl:if>
<link rel="icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />
<xsl:element name="link">