mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Set favicon URL to respect the prefix
When not specified, browsers tend to send favicon request to /favicon.ico. This commit tells the browsers to look for it under the URIPrefix.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>ZNC - <? VAR Title DEFAULT="Web Frontend" ?></title>
|
||||
<link rel="shortcut icon" href="<? VAR URIPrefix TOP ?>/favicon.ico" type="image/x-icon" />
|
||||
<? LOOP CSSLoop ?>
|
||||
<?IF HREF?><link rel="stylesheet" type="text/css" href="<? VAR URIPrefix TOP ?><? VAR HREF ?>" /><?ENDIF?>
|
||||
<?ENDLOOP?>
|
||||
|
||||
Reference in New Issue
Block a user