Add favicon to dialog style

This commit is contained in:
Dmitriy Simushev 2014-02-14 14:37:32 +00:00
parent db2f3367dd
commit 4b28412648
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>{{#block "windowTitle"}}{{l10n "chat.window.title.user"}}{{/block}}</title> <title>{{#block "windowTitle"}}{{l10n "chat.window.title.user"}}{{/block}}</title>
<link rel="shortcut icon" href="{{mibewRoot}}/images/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="{{stylePath}}/images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="{{stylePath}}/chat.css" media="all" /> <link rel="stylesheet" type="text/css" href="{{stylePath}}/chat.css" media="all" />
{{#block "head"}}{{/block}} {{#block "head"}}{{/block}}
</head> </head>