robvr6 Posted January 10, 2011 Share Posted January 10, 2011 I have found a slideshow that I am trying to insert into my page from here ht_tp://www.prestashopthemes.net/slideshow-banner-images-prestashop.html and I have had it sort of working but the thing was the slidshow was showing on all pages and I just want it on the hompage only.it explains what code to add and where to put it - the code is here {if $page_name == 'index'} {/if} but I cannot find where I need to put it - the closest place I could find was the code below but Im not sure if the current code there is needed aswell. ><body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}> {if !$content_only} </pre> <ul>{l s='This shop requires JavaScript to run correctly. Please activate JavaScript in your browser.'} I have tried pasting it over the top but it didn't work so maybe it needs extra code.Thanksin advanceR Link to comment Share on other sites More sharing options...
rocky Posted January 12, 2011 Share Posted January 12, 2011 Put the script code before the </head> tag. Link to comment Share on other sites More sharing options...
Recommended Posts