Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: advertisements after the first message


_ck_
Participant

@_ck_

do something like this in your topic.php template just before <?php endforeach; ?>

<?php if (!isset($adsense)) { $adsense=1; ?>
<li>
adsense javascript goes here
</li>
<?php } ?>

(untested)

Skip to toolbar