From: Felix Fietkau Date: Tue, 3 Jun 2008 23:17:40 +0000 (+0000) Subject: fix footer X-Git-Tag: 0.8.0~889 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d0694fdb1ece991b57b748c29183ccd6563a9c42 fix footer --- diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index e3d8ac0d4..025ae382d 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -24,6 +24,7 @@ limitations under the License. ]]-- module("luci.dispatcher", package.seeall) +require("luci.init") require("luci.http") require("luci.sys") require("luci.fs") diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm index 4de7bbab0..ff1e20a31 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm @@ -1,7 +1,8 @@
+ -
<%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
+
<%=luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
- \ No newline at end of file + diff --git a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm index 6fc2f6089..4ea69cb22 100644 --- a/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm +++ b/themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm @@ -3,6 +3,6 @@ -
<%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
+
<%= luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface
- \ No newline at end of file +