Hello friends,
Since I am new to this SEO thing, I want to ask if I can have AdSense and Adversal on the same page. Is it allowed.
thanks in advance
It is currently Thu May 23, 2013 8:30 pm
News of Google AdSenseOPEN INCLUDES/PAGE_HEADER.PHP
FIND
define('HEADER_INC', TRUE);
AFTER, ADD //Only visible for guests
if ( $userdata['session_logged_in'] && ($googlead=="1") ){
$google_ad = '';
}
if ($googlead=="1") {
$google_ad = '<table class="forumline" width="95%" cellspacing="1" cellpadding="3" border="0">
<tr>
<td class="row1" height="100%" valign="top">
<div align="center">
YOUR ADSENSE CODE
</div>
</td>
</tr>
</table>';
}
FIND
'SITENAME' => $board_config['sitename'],
BEFORE, ADD
'GOOGLE_AD' => $google_ad,
OPEN TEMPLATES/YOURTEMPLATE/OVERALL_HEADER.TPL
FIND
</table></td>
</tr>
</table>
AFTER, ADD
{GOOGLE_AD} Total posts 42538 • Total topics 9141 • Total members 16395