Fixed luci config for openwrt-light as only theme, an removed extraneous 'a' from...
authorDaniel Dickinson <daniel@cshore.neomailbox.net>
Sun, 24 Jan 2010 22:30:09 +0000 (22:30 +0000)
committerDaniel Dickinson <daniel@cshore.neomailbox.net>
Sun, 24 Jan 2010 22:30:09 +0000 (22:30 +0000)
themes/openwrt-light/luasrc/view/themes/openwrt-light/header.htm
themes/openwrt-light/root/etc/uci-defaults/luci-theme-openwrtlight

index ef2cd91..5a19934 100644 (file)
@@ -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>
index c2322a4..be709fc 100755 (executable)
@@ -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