View Single Post
  #1  
Old 02-18-2005, 08:06 AM
 
Sonia Sonia is offline
 

Advanced Member
  
Join Date: Feb 2005
Posts: 72
 

Default Moving the "printable" button

I want to move the "printable" code {include file="printable.tpl"} from head.tpl to home.tpl. Will that affect how the print function works?

Also, I noticed that in a separate column in the head.tpl file there was this code:

Code:
{if (($main eq 'catalog' && $cat ne '') || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'}

Does that go with the {include file="printable.tpl"} piece of code, or does it stay with the head.tpl file? I okay with playing with the HTML code, but don't know enough about the this code to be sure...

Thanks!
__________________
Sonia

www.vidaville.com
Xcart Gold 4.0.16
platform - Windows
Reply With Quote