<% int id = Shop.Tools.RequestTool.RequestInt("id",0); if (id == 0){ id = EX_Product.ShowTypes(0,CurrentSite.id).FirstOrDefault().id; } foreach(Lebi_Pro_Type c0 in EX_Product.ShowTypes(0,CurrentSite.id)) { %>
class="current"<%} %>>
"><%=Lang(c0.Name) %>
<%}%>
<% foreach(Lebi_Pro_Type c1 in EX_Product.ShowTypes(id,CurrentSite.id)) { %>
"><%=Lang(c1.Name) %>
<% foreach(Lebi_Pro_Type c2 in EX_Product.ShowTypes(c1.id,CurrentSite.id)) { %>
">
"><%=Lang(c2.Name) %>
<%}%>
<%}%>