It's working good in 3.6.4.
I have a PhpAdsNew question.
If I use on the same page 2 tags:
<ad what="zone:1" /> and
<ad what="zone:2" />
I want to display the same banner type in both areas.
Basically, the zone 1 is a 468x60 banner and zone 2 is a 120x600 banner.
So, when I refresh the page I would like to have both banners displayed from the same clientid.
Any tips on how to do this?
Is there a way to insert into the
<ad what /> tag a specific variable?
Something like:
Code:
<ad what="zone:1|$clientid" />
Thanks for your help.