fixed favicon size and added favicon header to common.xsl
This commit is contained in:
parent
3049823c90
commit
0dfe4ebefd
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 26 KiB |
|
@ -10,7 +10,8 @@
|
|||
<xsl:template match="cscpage">
|
||||
<html>
|
||||
<head>
|
||||
<title><xsl:value-of select="@title" /></title>
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<title><xsl:value-of select="@title" /></title>
|
||||
<link rel="stylesheet" href="{$pre}default.css" type="text/css" />
|
||||
</head>
|
||||
<body><div>
|
||||
|
|
Loading…
Reference in New Issue