View Single Post
  #2  
Old 07-17-2005, 06:55 AM
 
balinor balinor is offline
 

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

Default

All the button templates are found in skin1/buttons. You would need to either edit the master button template (button.tpl) or call your custom gif images from each individual button template. For example, to replace all of your 'Continue' buttons with a custom image, open up skin1/buttons/continue.tpl and replace this:

Code:
{include file="buttons/button.tpl" button_title=$lng.lbl_continue href=$href title=$title style=$style}

with this:


Replace the 'x' with the actual image sizes and replace imagename.gif with the actual name of the image. You will also need to put all of the images in your skin1/images directory.

Repeat for each button template you want to replace.

Good luck!
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote