Jump to content

Recommended Posts

Hi there, I would like to show only these three categories, and I have more, but need to show on index only these three, actually, only links to these. Can I customize like that?

 

Can I use this code: 

 

<ul class="tree {if $isDhtml}dhtml{/if}">
{foreach from=$blockCategTree.children item=child name=blockCategTree}
{if $smarty.foreach.blockCategTree.last}
{include file="$branche_tpl_path" node=$child last='true'}
{else}
{include file="$branche_tpl_path" node=$child}
{/if}
{/foreach}
</ul>
 
and if I could check it with id of category? I'd love to make it happen, and don't have much time for this, because I need to finish with this css shortly..
 
I'd appreciate any kind of guidance and help of any kind. 
Thank You in advance

post-724061-0-74156700-1398262672_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...