I'm trying to build out a left nav where the nav left only displays
pages that are children to the parent page. For instance I have a list

-about (this should not show on the left nav)
--us (this should show)
--them
--we

----building (this should show)

this is the HTML that should show for the About page
<ul>
<li><a href="#">us</a></li>
<li><a href="#">them</a></li>
<li><a href="#" class="active">we</a>
  <ul>
  <li><a href="#">building</a></li>
  </ul>
</li>
<li><a href="#">level 2 page</a></li>
</ul>


*Once again any help much obliged*
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to