Wednesday, November 11, 2009

List of Sub Pages in a SiteStudio website


<DIV>

<!--$v_current_node = nodeId-->
<!--$v_found = "false"-->
<!--$loop SiteStudioNavNodes-->

<!--$if strEquals(nodeId, v_current_node)-->
<!--$v_current_level = level-->
<!--$v_found = "true"-->
<!--$endif-->
<!--$if isTrue(v_found)-->
<!--$if (level eq v_current_level+1)-->
<!--$label--><br>
<!--$elseif not strEquals(nodeId, v_current_node)-->
<!--$v_found = "false"-->
<!--$endif-->

<!--$endif-->

<!--$endloop-->
</DIV>

No comments: