diff options
Diffstat (limited to 'themes/luci-theme-freifunk-bno/luasrc')
-rw-r--r-- | themes/luci-theme-freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/luci-theme-freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm b/themes/luci-theme-freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm index 21d1ca68a3..bc07d8dd86 100644 --- a/themes/luci-theme-freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm +++ b/themes/luci-theme-freifunk-bno/luasrc/view/themes/freifunk-bno/footer.htm @@ -17,7 +17,10 @@ $Id$ </div></div> </div> -<div class="luci separator black whitetext bold"><a href="<%=controller%>/about">Powered by <%= luci.__appname__ .. " (" .. luci.__version__ .. ")" %></a></div> +<div class="luci separator black whitetext bold"> + <% local ver = require "luci.version" -%> + <a href="<%=controller%>/about">Powered by <%= ver.luciname %> (<%= ver.luciversion %>)</a> +</div> </div><!-- end main --><div align="center" style="padding-top:5px "></div> <br> </div><!-- end wrapper --> |