Added favicon derived from new logo.

svn path=/trunk/; revision=7863
This commit is contained in:
2007-03-03 15:44:26 +00:00
parent f52c26f7fa
commit a51c8464a5
2 changed files with 2 additions and 2 deletions

View File

@@ -202,8 +202,8 @@
<xsl:template match="head">
<head>
<link rel="stylesheet" href="/fsfeurope.css" type="text/css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />
<xsl:apply-templates select="@*|node()"/>
</head>
</xsl:template>