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 ef2cd919da5a72f9cd7a947dfe059b95fec52556..5a1993425552dce83612bc58e1147bd9d4d4ecc5 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 c2322a4b469f3102e72da02c58af83acad7ff7ff..be709fc11733824a7cdd2b0b5c3931286b96d3b5 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