Hey
How do you edit the page where the wallpaper is displaying. For example when the user clicks on a wallpaper to download it. Which file must I edit to put adsense on this page?
Thanks
Hey
How do you edit the page where the wallpaper is displaying. For example when the user clicks on a wallpaper to download it. Which file must I edit to put adsense on this page?
Thanks
Try templates/default/view.tpl
Thanks that worked :) But how do you make a banner go on the left side of the wallpaper?
There is a post here somewhere about that. You have to search or try this. (Always backup)
<!-- Top ads space -->
addsense code here
<!-- End top ad space -->
<table>
<tr>
<td><p align="left">Adsence code here<td>
<td> {if $smarty.const.PREVENT_HOTLINKING}
{assign var="download_link" value="download"}
{else}
{if $is_original}
{assign var="download_link" value="walls"}
{else}
{assign var="download_link" value="wallpapers"}
{/if}
{/if}
<!-- End top ad space -->
You must log in to post.