diff --git a/Makefile b/Makefile index 11c8c49..72d3653 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Argon Theme LUCI_DEPENDS:= PKG_VERSION:=2.0 -PKG_RELEASE:=20200131 +PKG_RELEASE:=20200203 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/htdocs/luci-static/argon/js/script.js b/htdocs/luci-static/argon/js/script.js index 235e848..b1524ea 100644 --- a/htdocs/luci-static/argon/js/script.js +++ b/htdocs/luci-static/argon/js/script.js @@ -1,21 +1,24 @@ /** - * Material is a clean HTML5 theme for LuCI. It is based on luci-theme-bootstrap and MUI + * Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template * - * luci-theme-material - * Copyright 2015 Lutty Yang + * luci-theme-argon + * Copyright 2019 Jerrykuku * - * Have a bug? Please create an issue here on GitHub! - * https://github.com/LuttyYang/luci-theme-material/issues + * Have a bug? Please create an issue here on GitHub! + * https://github.com/jerrykuku/luci-theme-argon/issues * - * luci-theme-bootstrap: - * Copyright 2008 Steven Barth - * Copyright 2008 Jo-Philipp Wich - * Copyright 2012 David Menting + * luci-theme-material: + * Copyright 2015 Lutty Yang + * https://github.com/LuttyYang/luci-theme-material/ * - * MUI: - * https://github.com/muicss/mui + * Agron Theme + * https://demos.creative-tim.com/argon-dashboard/index.html * - * Licensed to the public under the Apache License 2.0 + * Login background + * https://unsplash.com/ + * Font generate by Icomoon + * + * Licensed to the public under the Apache License 2.0 */ document.addEventListener('luci-loaded', function(ev) { diff --git a/luasrc/view/themes/argon/header.htm b/luasrc/view/themes/argon/header.htm index 7ac5770..79450d5 100644 --- a/luasrc/view/themes/argon/header.htm +++ b/luasrc/view/themes/argon/header.htm @@ -167,7 +167,7 @@ end local bgcount = 0 - for f in ipairs(glob("/www/luci-static/material/img/*")) do + for f in ipairs(glob("/www/luci-static/argon/img/*")) do bgcount = bgcount + 1 end -%>