summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus/luasrc/view
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-06-03 23:17:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-06-03 23:17:40 +0000
commitd0694fdb1ece991b57b748c29183ccd6563a9c42 (patch)
treecca303a8eb6fcb4cd983b7a4e6f464fa608f6822 /themes/fledermaus/luasrc/view
parent6071119f2e205dc2d58b27c990e12b306b755026 (diff)
fix footer
Diffstat (limited to 'themes/fledermaus/luasrc/view')
-rw-r--r--themes/fledermaus/luasrc/view/themes/fledermaus/footer.htm5
1 files changed, 3 insertions, 2 deletions
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 @@
</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>