introduced touch icon for phone and tablet bookmarking

svn path=/trunk/; revision=25496
This commit is contained in:
2013-04-04 15:10:51 +00:00
parent eac108056c
commit fa632861f6
3 changed files with 109 additions and 0 deletions
+8
View File
@@ -104,6 +104,14 @@
</xsl:attribute>
<xsl:attribute name="type">image/x-icon</xsl:attribute>
</xsl:element>
<xsl:element name="link">
<xsl:attribute name="rel">apple-touch-icon</xsl:attribute>
<xsl:attribute name="href">
<xsl:value-of select="$urlprefix"/>/graphics/touch-icon.png
</xsl:attribute>
<xsl:attribute name="type">image/png</xsl:attribute>
</xsl:element>
<xsl:element name="link">
<xsl:attribute name="rel">alternate</xsl:attribute>