[drupal-support] phptemplate help needed

Peter Apockotos drupal at apockotos.com
Thu Aug 11 09:41:02 UTC 2005


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);
}



More information about the drupal-support mailing list