cityfox Posted September 2, 2012 Share Posted September 2, 2012 Hi guys I want to add a sub-menu in the right hand side column of my website called Categories and have a list of my chosen categories in it. Is there a module available that can do this? Thanks in advance! Link to comment Share on other sites More sharing options...
shacker Posted September 6, 2012 Share Posted September 6, 2012 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 More sharing options...
Recommended Posts