luci-theme-bootstrap: render menu on client side
[oweals/luci.git] / themes / luci-theme-bootstrap / luasrc / view / themes / bootstrap / footer.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
4  Copyright 2012 David Menting <david@nut-bolt.nl>
5  Licensed to the public under the Apache License 2.0.
6 -%>
7
8 <% local ver = require "luci.version" %>
9
10    <footer>
11     <a href="https://github.com/openwrt/luci">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> / <%= ver.distversion %>
12     <ul class="breadcrumb pull-right" id="modemenu" style="display:none"></ul>
13    </footer>
14   </div>
15  </body>
16 </html>
17