Fucile, aveva lo stesso problema Gianni PB come scritto e ho risolto modificando quel codice li, il problema è che non riesco a trovare il topic in cui ho postato la soluzione qui sul sito

Poi non so se qui la situazione è diversa.
E' ovvio che disabilitandolo sparisce il problema, perchè il banner AdSense risulta praticamente
{switch_header_table.HEADER_TEXT} che è tra gli switch, ma non è quello che causa il problema (a mio parere):
Prova a sotituire:
<!-- BEGIN switch_header_table -->
<tr>
<td width="100%" colspan="3">
<table class="forumline" width="100%" style="margin-left:10%;margin-right:10%;" cellspacing="0" cellpadding="0">
<tr><td class="row-header"><span>{L_STAFF_MESSAGE}</span></td></tr>
<tr><td class="row-post"><br /><div class="post-text">{switch_header_table.HEADER_TEXT}</div><br /><br /></td></tr>
</table>
</td>
</tr>
<!-- END switch_header_table -->
con questo e dimmi se risolvi:
<!-- BEGIN switch_header_table -->
<tr>
<td width="100%" colspan="3">
<table class="forumline" width="100%" style="margin-left:0px;margin-right:0px;" cellspacing="0" cellpadding="0" align="center">
<tr><td class="row-header"><span>{L_STAFF_MESSAGE}</span></td></tr>
<tr><td class="row-post"><br /><div class="post-text">{switch_header_table.HEADER_TEXT}</div><br /><br /></td></tr>
</table>
</td>
</tr>
<!-- END switch_header_table -->
Versione di IP: 1.3.15 (αlphα)
Server: Linux
____________
Per favore inserisci nel tuo
Profilo la versione di Icy Phoenix e il Server utilizzato.