<?php // show the ad block if it's been activated if (get_option('cp_adcode_336x280_enable') == 'yes') { if(function_exists('cp_single_ad_336x280')) { ?> <div class="shadowblock_out"> <div class="shadowblock"> <h2 class="dotted"><?php _e('Sponsored Links','cp') ?></h2> <?php cp_single_ad_336x280(); ?> </div><!-- /shadowblock --> </div><!-- /shadowblock_out --> <?php } } ?>
<?php // show the ad block if it's been activated if (get_option('cp_adcode_336x280_enable') == 'yes') { if(function_exists('cp_single_ad_336x280')) { ?> <?php cp_single_ad_336x280(); } } ?>
<?php endif; ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)