diff options
author | Steven Barth <steven@midlink.org> | 2008-05-27 08:14:24 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-27 08:14:24 +0000 |
commit | b8124f18f88fe11158eb122a1e362cfbd512cf4f (patch) | |
tree | 2d7e9044ddb656c83de73415240c4ded59622389 /web/src/view/footer.htm | |
parent | d4399bf6189977336a94795f25986fb89a22a5e7 (diff) |
* Separated the MVC-Webframework from core
* Separated i18n from core to prepare translations
Diffstat (limited to 'web/src/view/footer.htm')
-rw-r--r-- | web/src/view/footer.htm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/src/view/footer.htm b/web/src/view/footer.htm new file mode 100644 index 0000000000..c8506ac5c6 --- /dev/null +++ b/web/src/view/footer.htm @@ -0,0 +1,7 @@ + </div> + <div class="clear"></div> +</div></div> + +<div class="separator magenta bold"><a href="http://luci.freifunk-halle.net"><%=require("luci").__appname__ .. " " .. luci.__version__%> - Lua Configuration Interface</a></div> +</body> +</html>
\ No newline at end of file |