From daee4a650eb4f0700074ee5d8e2f6b24c81d650e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 16 Jan 2015 21:33:34 +0100 Subject: themes: require luci.version directly Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/themes/freifunk-bno/footer.htm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'themes/luci-theme-freifunk-bno/luasrc') 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$ - +
+ <% local ver = require "luci.version" -%> + Powered by <%= ver.luciname %> (<%= ver.luciversion %>) +

-- cgit v1.2.3