diff --git a/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/footer.htm b/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/footer.htm index 77278bb5d5..a9b13c15e4 100644 --- a/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/footer.htm +++ b/package/ctcgfw/luci-theme-argonv3/luasrc/view/themes/argon/footer.htm @@ -47,8 +47,12 @@ return resultStrList end - local themepkg = ipkg.info("luci-theme-argon") - local theme_version = split(themepkg["luci-theme-argon"]["Version"],"-") + local themepkg = ipkg.info("luci-theme-argon*") + local theme_info + for k,v in pairs(themepkg) do + theme_info = v + end + local theme_version = split(theme_info["Version"],"-") %>