1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-13 02:51:50 +00:00
openmptcprouter-feeds/luci-theme-openmptcprouter/luasrc/view/themes/openmptcprouter/footer.htm
Ycarus (Yannick Chabanois) bf00802eaa Update openmptcprouter theme
2019-12-21 22:26:15 +01:00

17 lines
466 B
HTML

<%#
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
Copyright 2012 David Menting <david@nut-bolt.nl>
Licensed to the public under the Apache License 2.0.
-%>
<% local ver = require "luci.version" %>
<footer>
<a href="https://github.com/openwrt/luci">Powered by <%= ver.distversion %>
<ul class="breadcrumb pull-right" id="modemenu" style="display:none"></ul>
</footer>
</div>
</body>
</html>