Quote:
Originally Posted by crazytees
I need to do something similar with PHP. I need the following PHP to run on my home.php page. Where should I add it for it to be included on the home.php?
Code:
if($_GET['a_aid'] != '')
print "[img]http://www.crazytees.com/affiliate/scripts/t2.php?a_aid=".$_GET[[/img]";
|
you could require this in home.php the same as categories.php is or just do the same thing using smarty code in the templates. use things like
Code:
$smarty.get.a_aid ne ""