Guest User

Untitled

a guest
May 24th, 2018
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {exp:structure_entries
  2. parent="/{segment_1}/{segment_2}/"
  3. depth="2"}
  4. {if {depth} == 1}
  5. {if {count} == 1}<ul class="nav-side">{/if}
  6. <li class="entry-{entry_id}{if {current_page}} active{/if}{if {current_parent}} parent-active{/if}{if {count} == 1 && embed:first_class != "no"} first{/if}{if {last_child} == 1 && embed:last_class != "no"} last{/if}">
  7. <a href="{page_uri}" rel="{if cf_pages_redirects_new}window{/if} {if cf_pages_redirect_warning}warning{/if}">{hidden_snippets_title}</a>
  8. {if {children_total} == 0}{!-- No Children - so close markup --}
  9. </li>
  10. {/if}
  11.  
  12. {if:else}{!-- Children (not top level) --}
  13. {if {sibling_count} == 1}{!-- First child - so open markup --}
  14. <ul class="level-{depth}">
  15. {/if}
  16. <li class="entry-{entry_id}{if {current_page}} active{/if}{if {current_parent}} parent-active{/if}{if {sibling_count} == 1 && embed:first_class != "no"} first{/if}{if {last_sibling} == 1 && embed:last_class != "no"} last{/if}">
  17. <a href="{page_uri}" rel="{if cf_pages_redirects_new}window{/if} {if cf_pages_redirect_warning}warning{/if}">{hidden_snippets_title}</a>
  18. {close_markup}
  19. {if {total_children} == 0}
  20. </li>
  21. {/if}
  22. {if {last_sibling} && {sibling_count} == {sibling_total}}
  23. </ul><!-- End of level{depth} closing tags -->
  24. </li>
  25. {/if}
  26. {/close_markup}
  27. {/if}
  28. {if {depth} == 1}
  29. {if {last_sibling} && {sibling_count} == {sibling_total}}</ul>{/if}
  30. {/if}
  31. {/exp:structure_entries}
Add Comment
Please, Sign In to add comment