View Single Post
  #2  
Old 06-12-2009, 12:46 PM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Need to reference JavaScript file that would normally go in <head>, how to integrate?

<head> is located in /skin1/customer/home.tpl

If the js is only needed on the home page, use this if to limit it to "/"

Code:
{if $main eq "catalog" and $current_category.category eq ""} {literal} <script language="JavaScript" src="javascript.js" type="text/javascript"></script>{/literal} {/if}

ok?
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote