Quantcast
Channel:
Viewing all articles
Browse latest Browse all 4235

Re: SilverStripe CMS v3.0.3 .. navigation

$
0
0

the code should remain mostly the same from your 2.4.7 site. Could you post the code from your 2.4.7 site and maybe then I could make some recommendations?

Either way you should be using something like

<ul>
<% loop $Menu(1) %>
<li><a href="$Link"></a><% if Childlren %>
<ul>
<% loop $Children %>
<li><a href="$Link"></a></li>
<% end_loop %>
<% end_if %>
</ul>
</li>
<% end_loop %>
</ul>


Posted to: SilverStripe CMS v3.0.3 .. navigation | Show Thread | Post Reply


Viewing all articles
Browse latest Browse all 4235

Trending Articles