Hi.
I want to use phpAdddsNew to dipslay banner adds on my coppermine site.
I generated the invocation code which looks like this:
include ('phpadsnew.inc.php');
if (@include(getenv('DOCUMENT_ROOT').'/addserver/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:1', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
and placed it in the top of ../themes/mythme/theme.php file
It runs without an error but the banner does not display. Have I placed th code in the right file?
Thanks
http://coppermine.sourceforge.net/faq.php?q=customHeader#customHeader
Ahaaaa. RTFM works.
THanks
hehe :wink: , marking this issue as "solved" then...
GauGau