Jump to content

showing category pictures?


Recommended Posts

Hi,

 

My code below shows a list of all top parent category names but not the images, how am I able to show the category images?

 

 

here is my current code that displays the toplevel parent categories:

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

 

 

thanks

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