From: Daniel Dickinson Date: Sun, 24 Jan 2010 22:30:09 +0000 (+0000) Subject: Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from... X-Git-Tag: 0.10.0~857 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d2943f04da4726a305e88019a9fea3c11f83b811 Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from header.htm --- 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 Copyright 2008 Jo-Philipp Wich 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