[DS-2181] The favicon is not shown in Mirage 2.

This commit is contained in:
Àlex Magaz Graça
2014-10-06 09:25:36 +02:00
parent 9594c2b31a
commit b014a9730d
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

View File

@@ -157,13 +157,13 @@
<link rel="shortcut icon">
<xsl:attribute name="href">
<xsl:value-of select="$theme-path"/>
<xsl:text>lib/images/favicon.ico</xsl:text>
<xsl:text>images/favicon.ico</xsl:text>
</xsl:attribute>
</link>
<link rel="apple-touch-icon">
<xsl:attribute name="href">
<xsl:value-of select="$theme-path"/>
<xsl:text>lib/images/apple-touch-icon.png</xsl:text>
<xsl:text>images/apple-touch-icon.png</xsl:text>
</xsl:attribute>
</link>