{* $Id: ads.tpl 2496 2006-11-06 16:41:08Z lantan $ *} {foreach from=$ads item="ad" key="key"} {if $location == $ad.location && $show_order == $ad.show_order && (($ad.home_page_only == 'Y' && $content == '') || ($ad.home_page_only != 'Y'))} {if $ad.main_pair.image_id && $ad.type == 'G'}
{else} {if $ad.location == 'C'} {include file="common_templates/mainbox.tpl" title=$ad.ad content=$ad.description} {else} {include file="common_templates/sidebox.tpl" title=$ad.ad content=$ad.description} {/if} {/if} {/if} {/foreach}