Jump to content

How Can I Add A List Of Categories In The Right Hand Column/Menu Bar?


Recommended Posts

not at the moment.

but t o include all categories

 

 

<script type="text/javascript" src="{$js_dir}tools/treeManagement.js"></script>

<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>

Link to comment
Share on other sites

×
×
  • Create New...