diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-06-02 08:20:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 08:20:00 +0200 |
commit | 67c426c40d458ee9018a662ab9c4f8321a828858 (patch) | |
tree | 88a5d468eac0da8ca5da56aae2a04b2615af2647 | |
parent | 96ee6dc8d6c9796ab67de6f313a068a4bd3bb20f (diff) | |
parent | 184e93df5f0365d403d4d7a6243286cbe5b914de (diff) |
Merge pull request #5062 from SvenRoederer/issue_5051
luci-theme-openwrt-2020: use SVG-file for favicon and logo
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/favicon.png | bin | 2184 -> 0 bytes | |||
-rw-r--r-- | themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/favicon.png b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/favicon.png Binary files differdeleted file mode 100644 index ee841e823c..0000000000 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/favicon.png +++ /dev/null diff --git a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm index 6370ee4d1f..1cc84acbb1 100644 --- a/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm +++ b/themes/luci-theme-openwrt-2020/luasrc/view/themes/openwrt2020/header.htm @@ -24,7 +24,7 @@ <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" /> -<link rel="icon" href="<%=media%>/favicon.png" type="image/svg+xml" /> +<link rel="icon" href="<%=media%>/logo.svg" type="image/svg+xml" /> <script type="text/javascript" src="<%=url('admin/translations', luci.i18n.context.lang)%><%# ?v=PKG_VERSION %>"></script> <script type="text/javascript" src="<%=resource%>/cbi.js"></script> <title><%=striptags( (boardinfo.hostname or "?") .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI</title> |