Hi All,
I am playing around with a layout in which I would like the product section and subsections showing in nested lists.
I have the basics of the list displaying correctly. Like this in the OuterLayout...
<ul>
<actinic:block type="TopLevelSectionList">
<li><a href="#"><actinic:variable name="SectionName"></a>
<ul>
<actinic:block type="ChildSectionList">
<li><a href="#"><actinic:variable name="SectionName"></a></li>
</actinic:block>
</ul>
</li>
</actinic:block>
</ul>
But what I cant figure out at the moment is how to swap the a href="#" for the actual link to the page.....
What am I missing??
Any help would be much appreciated
Cheers
Grant
I am playing around with a layout in which I would like the product section and subsections showing in nested lists.
I have the basics of the list displaying correctly. Like this in the OuterLayout...
<ul>
<actinic:block type="TopLevelSectionList">
<li><a href="#"><actinic:variable name="SectionName"></a>
<ul>
<actinic:block type="ChildSectionList">
<li><a href="#"><actinic:variable name="SectionName"></a></li>
</actinic:block>
</ul>
</li>
</actinic:block>
</ul>
But what I cant figure out at the moment is how to swap the a href="#" for the actual link to the page.....
What am I missing??
Any help would be much appreciated
Cheers
Grant
Comment