{* $Id: ads.tpl 1327 2006-02-06 09:23:17Z 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.image_id && $ad.type == 'G'}
{include file="addons/ads/ad_image.tpl"}
{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}