From: Jo-Philipp Wich Date: Fri, 12 Aug 2011 12:33:35 +0000 (+0000) Subject: themes: filter menu entry title through translate() X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6151812920880233d953dd840e4f0bee59321ae7;p=openwrt-luci.git themes: filter menu entry title through translate() --- diff --git a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm index cd48bd7222..856080d71c 100644 --- a/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm +++ b/themes/fledermaus/luasrc/view/themes/fledermaus/header.htm @@ -44,7 +44,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