Today I get on my forum to see that this is no longer working, completely weird. In my tempalte I have:
Code:
<td align="$stylevar[right]">
<ad clientid="1" />
</td>
(Header template)
then in the HTML source after is is evald'd out I have:
Code:
<td align="right">
<!-- BEGIN ad 2707236321 --><!-- END ad 2707236321 -->
</td>
and no ad shows up. Any ideas? I've reimported the product as well. =/
Also my "innvocation code" looks like this:
Code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/phpadsnew/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>