Jump to content

category Images


Recommended Posts

hi,

 

I would like to display the Category Images on my shop homepage:

http://harveys.blueplanetdns.com/harveys-shop/

 

 

at the moment I currently am showing teh Category Names

 

<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}
                   <h3>{include file="$branche_tpl_path" node=$child}</h3>

               {/if}
           {/foreach}
           </ul>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...