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!