From: Steven Barth Date: Sun, 30 Mar 2008 19:30:30 +0000 (+0000) Subject: * template header: Added translation support for path bar X-Git-Tag: 0.8.0~1181 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8474dc767ebf565566565c2c8d9def70bda55cc9;p=oweals%2Fluci.git * template header: Added translation support for path bar --- diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm index 66495da43..40d54f516 100644 --- a/src/ffluci/view/header.htm +++ b/src/ffluci/view/header.htm @@ -31,9 +31,9 @@ require("ffluci.http").htmlheader()
-<%:path Pfad%>: "><%=req.category%>"><%=req.module%>"><%=req.action%> +<%:path Pfad%>: "><%=translate(req.category, req.category)%>"><%=translate(req.module, req.module)%>"><%=translate(req.action, req.action)%>