PDA

View Full Version : Adding adsense and other adds


4css
09-30-2006, 04:23 PM
Is there a tutorial that shows how to place adsense adds in different locations from default? I have my adsense turned on in the admin panel and would like to change a few things in my adsense account with it.

If anyone has previously posted in regards a link would be appreciated. I did a search but could not find any.

Dave Baker
09-30-2006, 04:45 PM
Ok, I don't know in what place you would want to set adsens in Admin Panel. On this try to play with disposition of this code:
***Open admin/header.php and find code**

<div class="page">

***Below it code add***

<?php
if ($gDirConfig['adsense'])
{
echo ("<div class=\"adsense\">".stripslashes($gDirConfig['adsense_text'])."</div>");
}
?>


***Save file***