mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-2181] The favicon is not shown in Mirage 2.
This commit is contained in:
BIN
dspace-xmlui-mirage2/src/main/webapp/images/apple-touch-icon.png
Normal file
BIN
dspace-xmlui-mirage2/src/main/webapp/images/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
BIN
dspace-xmlui-mirage2/src/main/webapp/images/favicon.ico
Normal file
BIN
dspace-xmlui-mirage2/src/main/webapp/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 B |
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user