The initial ad server was set up for me, and I am trying to figure out how to modify templates. I can add ads to my site [b]IF[/f] the zone already exists. I can even create the zone in phpadsnew. I was told that if I looked at the templates, that HOW it is done would become apparent to me. You can see
www.ScubaBoard.com to get an idea of the site I am speaking of.
So: Where do I look for these templates and what templates (names) am I specifically looking for?
Thanks in advance.
I am trying to use this invocation code:
<?php
if (@include(getenv('DOCUMENT_ROOT').'/phpadsnew.inc.php')) {
if (!isset($phpAds_context)) $phpAds_context = array();
$phpAds_raw = view_raw ('zone:28', 0, '', '', '0', $phpAds_context);
echo $phpAds_raw['html'];
}
?>