eT` Posted October 22, 2011 Report Share Posted October 22, 2011 Kāds ir ņēmies ar Silver Stripe? Es gribu visās lapās izdrukāt 2lvl un 3lvl lapas ( kā menu ) Bet viņš man negrib izdrukāt. <ul> <% control Menu(2) %> <li><a href="$Link">$Title</a></li> <li> <ul> <% control Menu(3) %> <li><a href="$Link">$Title</a></li> <% end_control %> </ul> </li> <% end_control %> </ul> Quote Link to comment Share on other sites More sharing options...
eT` Posted October 22, 2011 Author Report Share Posted October 22, 2011 pārlasīju un it kā šādi vajadzētu būt pareizi, bet nestrādā. <% if Menu(1) %> <% control Menu(1) %> <% if Children %> <% control Children %> <li><a href="$Link">$Title</a></li> <% if Children %> <li> <ul> <% control Children %> <li><a href="$Link">$Title</a></li> <% end_control %> </ul </li> <% end_if %> <% end_control %> <% end_if %> <% end_control %> <% end_if %> Quote Link to comment Share on other sites More sharing options...
eT` Posted October 25, 2011 Author Report Share Posted October 25, 2011 problem solved. tl. ja kādam ir līdzīga problēma kkad uzmetiet PM Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.