fix footer
authorFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2008 23:17:40 +0000 (23:17 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 3 Jun 2008 23:17:40 +0000 (23:17 +0000)
libs/web/luasrc/dispatcher.lua
themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm
themes/openwrt.org/luasrc/view/themes/openwrt.org/footer.htm

index e3d8ac0d483e490791b21cda527b679e8cf3014f..025ae382d0b78385af6cdea349b5224732416688 100644 (file)
@@ -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")
index 4de7bbab0c198bb85ebc7518b0408c5f7f64245d..ff1e20a3171a3ded085c389e3e2fe73443588518 100644 (file)
@@ -1,7 +1,8 @@
        </div>
        <div class="clear"></div>
 </div></div>
+</div>
 
-<div class="separator magenta bold"><a href="<%=controller%>/about"><%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
+<div class="separator black whitetext bold"><a href="<%=controller%>/about"><%=luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
 </body>
-</html>
\ No newline at end of file
+</html>
index 6fc2f6089eba36181769570525f6a44c5fd96dee..4ea69cb22ed0042f158a82ddf30481b2e60cdbd5 100644 (file)
@@ -3,6 +3,6 @@
 </div></div>
 </div>
 
-<div class="separator black whitetext bold"><a href="<%=controller%>/about"><%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
+<div class="separator black whitetext bold"><a href="<%=controller%>/about"><%= luci.__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div>
 </body>
-</html>
\ No newline at end of file
+</html>