Lwks Posted August 26, 2010 Share Posted August 26, 2010 Hi all , Im using Allopass and i need to add a code to 5 pages but i have only 1 header.tpl .. the each code must be add to 1 page its impossibel to add all codes on 1 header so im calling you to help me on how do i will do this because the script need to be after <head> and before </head> 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted August 26, 2010 Share Posted August 26, 2010 Use an if statement within the head tags in the header.tpl file for the pages that you need it to be on eg.. {if $filename eq "index" || $filename eq "cart"} add your code here {/if} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.