summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt-light/root
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-01-24 22:30:09 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-01-24 22:30:09 +0000
commitd2943f04da4726a305e88019a9fea3c11f83b811 (patch)
tree6485217114ea297d8875325ac62aeab83afbaa8b /themes/openwrt-light/root
parentb55daf67215e342d4f73a62188424927750dd229 (diff)
Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from header.htm
Diffstat (limited to 'themes/openwrt-light/root')
-rwxr-xr-xthemes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight1
1 files changed, 1 insertions, 0 deletions
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