Thread: padding
View Single Post
  #6  
Old 10-10-2007, 04:34 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: padding

Then you can simply edit menu.tpl. Be careful here though, as that template is shared between the admin and customer sides. To have something only show for the customer, use this:

{if $usertype eq "C"}
show image
{/if}

To call an image in X-Cart, use this:

<img src="{$ImagesDir}/imagename.jpg" alt=""/>

Upload the image to the skin1/images directory.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote