From 6151812920880233d953dd840e4f0bee59321ae7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 12 Aug 2011 12:33:35 +0000 Subject: themes: filter menu entry title through translate() --- themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/freifunk-bno') diff --git a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm index 660d95ac86..7313fff550 100644 --- a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm +++ b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm @@ -45,7 +45,7 @@ require("luci.http").prepare_content("text/html") - <%=striptags( hostname .. ( (node and node.title) and ' - ' .. node.title or '')) %> - LuCI + <%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(node.title) or '')) %> - LuCI