| View previous topic :: View next topic |
| Author |
Message |
Oswaldt
Joined: 21 May 2010 Posts: 46
|
Posted: May 23, 2010 6:17 am Post subject: adding ads only on the download page. |
|
|
I'd like to add two 300x250 ads on the download page.
I would like them to go on each side of download file.
I have already put 2 728x60 leaderboards, one on top and the other at the bottom...now I'd like those 2 300x250 to go on each side to make it 4 ads total on the download page.
My 2 leaderboards are on the main.html so it's on all pages but I'd like these additional 300x250s to be only on the page where people download files.
I hope someone can help me.
Thank you |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: May 24, 2010 8:18 am Post subject: |
|
|
In index.cgi replace
| Code: | | $ses->PrintTemplate("download1.html", |
with
| Code: | | $ses->PrintTemplate("download1.html", ads2 => 1, |
and in main.html put your ads into
| Code: | | <TMPL_IF ads2>....</TMPL_IF> |
|
|
| Back to top |
|
 |
|