View Single Post
  #4  
Old 05-05-2011, 03:03 AM
  DrQuietus's Avatar 
DrQuietus DrQuietus is offline
 

Advanced Member
  
Join Date: Dec 2005
Posts: 81
 

Default Re: Where do I place something in the head tag of the home page?

Add it to the bottom of /common_files/meta.tpl using an if statement

{if $main eq "catalog" and $current_category.category eq ""}
js
{/if}

This will only load it when on the homepage, I do this all the time for slideshows and such. Depending on the js, you could get conflicts.
__________________
Dave Jones
dave@industrialwebworks.net
Mostly 4.7.2 - 4.7.5
Reply With Quote