Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
// themes/discussions.php
<div id="ContentBody">
<!-- google_ad_section_start -->
<ol id="Discussions">';
$Discussion = $this->Context->ObjectFactory->NewContextObject($this->Context, 'Discussion');
...
echo $DiscussionList.'
</ol>
<!-- google_ad_section_end-->
</div>';
// themes/comments.php
<div id="ContentBody">
<!-- google_ad_section_start -->
<ol id="Comments">';
$Comment = $this->Context->ObjectFactory->NewContextObject($this->Context, 'Comment');
...
}
$CommentList .= '</ol>
<!-- google_ad_section_end-->
</div>';
1 to 6 of 6