@@ -122,10 +122,10 @@ function CreateMenuGroep(Koppen, pmode)
|
||||
showtxt = showImage(menuKop.image, 'micon fa-2x');
|
||||
Response.Write(showtxt);
|
||||
} else {
|
||||
%><img src="../Pictures/transparent.gif" class="nomicon"><% // invisible but take up the same space as an image
|
||||
%><span class="nomicon"><%= safe.html(menuKop.label.substr(0,1)) %></span><% // invisible but take up the same space as an image
|
||||
}
|
||||
}%>
|
||||
<span class="menukop"><%= safe.htmlattr(menuKop.label) %></span>
|
||||
<span class="menukop"><%= safe.html(menuKop.label) %></span>
|
||||
<% CreateItems(menuKop.Items, pmode, !menuKop.startopen && menu_start_collapsed==1) %>
|
||||
</li><%
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user