Russ
Well-known member
Are you able to set a loop inside a template with it looping items that are set inside the same template?
Essentially:
I hope this makes sense... makes perfect sense in my head but I'm not sure I'm explaining it correctly
Essentially:
Code:
<xf:set var="$customLoop">
<xf:set var="$customlist1">test</xf:set>
<xf:set var="$customlist2">test</xf:set>
</xf:set>
<xf:foreach loop="$customLoop">
this would show for each var set above
</xf:foreach>
I hope this makes sense... makes perfect sense in my head but I'm not sure I'm explaining it correctly