hostname Posted November 6, 2008 Share Posted November 6, 2008 Dear WHMCS, I want to add custome meta tags to any section of my portal template, but i see there is just a header.tpl. How can i give custom meta tags to each section? domainchecker.php title, meta description, meta keywords, etc. downloads.php title, meta description, meta keywords, etc. .... .... .... Please i need more info about it, because i tried to edit domainchecker.php and it's encoded with Ioncube and domainchecker.tpl don't have <head></head> Regards 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted November 6, 2008 Share Posted November 6, 2008 Here is an example that should get you started. I have this in my header.tpl in the <head> section. {if $smarty.server.PHP_SELF == '/logout.php'}<meta HTTP-EQUIV="REFRESH" content="1; url=/"> {/if} 0 Quote Link to comment Share on other sites More sharing options...
hostname Posted November 15, 2008 Author Share Posted November 15, 2008 works, thanks sparky 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.