I am currently working on my own phptemplate and I have a question.
I am trying to ad google ads to content but I only want them to
appear when someone clicks on read more.
Any advice? I am using the adsense module.
if (module_exist("adsense"))
{
print adsense_display("120x600", 2, 4);
}