mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Add favicon to dialog style
This commit is contained in:
parent
db2f3367dd
commit
4b28412648
BIN
src/mibew/styles/dialogs/default/images/favicon.ico
Normal file
BIN
src/mibew/styles/dialogs/default/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 894 B |
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user