From 8474dc767ebf565566565c2c8d9def70bda55cc9 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 30 Mar 2008 19:30:30 +0000 Subject: [PATCH] * template header: Added translation support for path bar --- src/ffluci/view/header.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)%>
-- 2.25.1