diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm | 2 | ||||
-rwxr-xr-x | themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm index ef2cd919d..5a1993425 100644 --- a/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm +++ b/themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm @@ -1,4 +1,4 @@ -a<%# +<%# LuCI - Lua Configuration Interface Copyright 2008 Steven Barth <steven@midlink.org> Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> diff --git a/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight b/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight index c2322a4b4..be709fc11 100755 --- a/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight +++ b/themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight @@ -1,6 +1,7 @@ #!/bin/sh uci batch <<-EOF set luci.themes.OpenWrt_Light=/luci-static/openwrt-light + set luci.main.mediaurlbase=/luci-static/openwrt-light commit luci EOF |