* template header: Added translation support for path bar
This commit is contained in:
parent
9203ede3c7
commit
8474dc767e
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@ require("ffluci.http").htmlheader()
|
|||
</div>
|
||||
|
||||
<div class="separator yellow bold">
|
||||
<%:path Pfad%>: <a href="<%=controller .. "/" .. req.category%>"><%=req.category%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module %>"><%=req.module%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module .. "/" .. req.action %>"><%=req.action%></a>
|
||||
<%:path Pfad%>: <a href="<%=controller .. "/" .. req.category%>"><%=translate(req.category, req.category)%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module %>"><%=translate(req.module, req.module)%></a>
|
||||
» <a href="<%=controller .. "/" .. req.category .. "/" .. req.module .. "/" .. req.action %>"><%=translate(req.action, req.action)%></a>
|
||||
</div>
|
||||
|
||||
<div id="columns"><div id="columnswrapper">
|
||||
|
|
Loading…
Reference in a new issue