hi i want to add a template if ad is not available ?
now both template & ad are showing
please help me
<?php if (display_ad('position=Header&before=<div class="header-ad">&after=</div>')) { ?>
<?php } else { ?>
<?php include TEMPLATEPATH.'/templates/newsleft_col.tpl.php'; ?>
<?php } ?>