View Single Post
  #2  
Old 05-30-2010, 12:18 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Adding graphic below sidebox on category page

you need to add it to home.tpl in the left sidebar section, then put a conditional if statement around it so that it only shows only show on the pages you want.

probably this would work.

{if $cat ne ''}<div><img src="{$ImagesDir}/yourimage.jpg" alt="" />{/if}
__________________
xcart 5.1.2
Reply With Quote