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.
|