Hi,
I want to list only the root folders of a gallery, level 1, not the subfolders.
I must do something wrong, but I can't figure out why it doesn't work
<ul class="sub-menu">
<cms:pages masterpage='products.php' include_subfolders='0' >
<li><a href="<cms:show k_page_folderlink />"><cms:show k_page_foldertitle /></a></li>
</cms:pages>
</ul>
Thanks,
Paolo
I want to list only the root folders of a gallery, level 1, not the subfolders.
I must do something wrong, but I can't figure out why it doesn't work
<ul class="sub-menu">
<cms:pages masterpage='products.php' include_subfolders='0' >
<li><a href="<cms:show k_page_folderlink />"><cms:show k_page_foldertitle /></a></li>
</cms:pages>
</ul>
Thanks,
Paolo