Can anyone think of a block if condition that changes a link for a top level section if the top level has subsections? Something to this effect...
<a href="
block if
javascript:void(0);
/block if
block if
catalog_url.html
/block if
">
If there are subsections then the url will be <a href="javascript:void(0);">
If there are no subsections then the url will be <a href="catalog_url.html">
<a href="
block if
javascript:void(0);
/block if
block if
catalog_url.html
/block if
">
If there are subsections then the url will be <a href="javascript:void(0);">
If there are no subsections then the url will be <a href="catalog_url.html">
Comment