diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 15:12:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 15:12:01 +0000 |
commit | fa96eab12016e2f29a0a3522f1229039fbbf2c5e (patch) | |
tree | 1b64018645954c1666a51087afb2a7421b1a68fb /templates | |
parent | 42973f687ca3a312303330b0ac50ef618a13381c (diff) | |
download | ikiwiki-fa96eab12016e2f29a0a3522f1229039fbbf2c5e.tar ikiwiki-fa96eab12016e2f29a0a3522f1229039fbbf2c5e.tar.gz |
* Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
a multi-resolution favicon.ico.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 2 | ||||
-rw-r--r-- | templates/misc.tmpl | 2 | ||||
-rw-r--r-- | templates/page.tmpl | 2 | ||||
-rw-r--r-- | templates/recentchanges.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index 0bec3d6b2..a5c44dc4c 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -8,7 +8,7 @@ <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <TMPL_IF NAME="FAVICON"> -<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/png" /> +<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-ico" /> </TMPL_IF> </head> <body> diff --git a/templates/misc.tmpl b/templates/misc.tmpl index e48627393..b2a9eace8 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -8,7 +8,7 @@ <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <TMPL_IF NAME="FAVICON"> -<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/png" /> +<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-ico" /> </TMPL_IF> </head> <body> diff --git a/templates/page.tmpl b/templates/page.tmpl index 746fa63ef..577b11a8e 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -7,7 +7,7 @@ <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <TMPL_IF NAME="FAVICON"> -<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/png" /> +<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-ico" /> </TMPL_IF> <TMPL_IF NAME="RSSLINK"><TMPL_VAR RSSLINK></TMPL_IF> <TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF> diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index d9eea14e7..ebd74a984 100644 --- a/templates/recentchanges.tmpl +++ b/templates/recentchanges.tmpl @@ -8,7 +8,7 @@ <link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" /> <link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" /> <TMPL_IF NAME="FAVICON"> -<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/png" /> +<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-ico" /> </TMPL_IF> </head> <body> |