themes/freifunk-generic: Fix modemenu id
This commit is contained in:
parent
6c3569db42
commit
84db98f50e
1 changed files with 1 additions and 3 deletions
|
@ -181,13 +181,11 @@ You may obtain a copy of the License at
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<% if #categories > 1 then %>
|
<% if #categories > 1 then %>
|
||||||
<div class="modemenu">
|
<ul id="modemenu">
|
||||||
<ul>
|
|
||||||
<% for i, r in ipairs(categories) do %>
|
<% for i, r in ipairs(categories) do %>
|
||||||
<li><a<%=ifattr(request[1] == r, "class", "active")%> href="<%=controller%>/<%=r%>/"><%=striptags(translate(tree.nodes[r].title))%></a></li>
|
<li><a<%=ifattr(request[1] == r, "class", "active")%> href="<%=controller%>/<%=r%>/"><%=striptags(translate(tree.nodes[r].title))%></a></li>
|
||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<%
|
<%
|
||||||
|
|
Loading…
Reference in a new issue