لوحة التحكم » التحكم بالقوالب » تحرير القوالب » وابحث عن قالب ads.tpl وانقر بجانب على تحرير
واستبدل محتواه كاملاً بـ :
CODE
{if !{$No_Ads}}
<div align="center">
{Des::while}{AdsList}
<a href="index.php?page=ads&goto=1&id={$AdsList['id']}" target="_blank">
<img src="{$AdsList['picture']}"
{if {$AdsList['width']} == '0'}
{else}
width="{$AdsList['width']}"
{/if}
{if {$AdsList['height']} == '0'}
{else}
height="{$AdsList['height']}"
{/if}
title="{$AdsList['sitename']}" border="0" cellspacing="1" align="center" />
</a>
{/Des::while}
</div>
{/if}
وانقر (حفظ واعادة تحميل )
بالتوفيق