Quote:
|
Originally Posted by slaxxx
specifically, what file should I edit to put adsense on it below the top menu thing (the one that has 'home' and search'
thanks
|
Putting Adsense in the templates
I can strongly advice you to put up adsense on your site - this could increase your earnings by 100%! Grab the code from google and then edit the file /templates/template.main.php. For me I had to put it here:
Code:
<?php
foreach($flags as $key){
echo '<a href="../'.$key[2].'/index.php"><img src="../images/flags/flag_'.$key[2].'.gif" alt="'.$key[1].'" class=flags style="margin-right:2px;margin-bottom:1px;"></a>';
}
?>
</td>
</tr>
</table>
</td>
</tr>
</td>
</tr>
</table>
INSERT HERE --><center>@@@@@@</center><-- between the center tags