diff options
author | Richard Bos <richard@radoeka.nl> | 2008-04-04 19:41:14 (GMT) |
---|---|---|
committer | Richard Bos <richard@radoeka.nl> | 2008-04-04 19:41:14 (GMT) |
commit | 75e7efbfabb70328f4b3f83fada2c58c3536fe94 (patch) | |
tree | 388bc1988d941c50eb4046e8cdd33bb3ea5ce7a0 /php | |
parent | 9142e82ee2e016d3f95e0053f648007f8d151d48 (diff) | |
download | kolab-webadmin-75e7efbfabb70328f4b3f83fada2c58c3536fe94.tar.gz |
updated for the changed favicon (issue2575)
This favicon has a transparent background. It has been obtained from
kolab's website http://www.kolab.org and it uses the same html lines.
Diffstat (limited to 'php')
-rwxr-xr-x | php/admin/templates/page.tpl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php/admin/templates/page.tpl.in b/php/admin/templates/page.tpl.in index d698f0e..b0128b6 100755 --- a/php/admin/templates/page.tpl.in +++ b/php/admin/templates/page.tpl.in @@ -9,7 +9,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>{$page_title}</title> -<link href="@webserver_web_prefix@/favicon.ico" rel="SHORTCUT ICON" /> +<link rel="shortcut icon" type="image/png" href="@webserver_web_prefix@/favicon.png" /> <meta name="robots" content="noindex" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Language" content="{$currentlang}" /> |