第一步:先在index.dwt下加代码<!-- TemplateBeginEditable name="导航下方通栏广告位" -->
<img src="images/guanggao_1.gif" /><!-- TemplateEndEditable -->
具体位置是:
<!-- #BeginLibraryItem "/library/page_header.lbi" --><!-- #EndLibraryItem -->
<!-- #BeginLibraryItem "/library/search_form.lbi" --><!-- #EndLibraryItem --> 后此位置添加区域:
<!-- TemplateBeginEditable name="导航下方通栏广告位" -->
<img src="images/guanggao_1.gif" /><!-- TemplateEndEditable -->
第二步,就可以在ecshop 后台: 广告位置, 代码处添加以下代码
<table cellpadding="0" cellspacing="0" align="center" width="800">
{foreach from=$ads item=ad}
<tr><td style="padding-bottom:5px">{$ad}</td></tr>
{/foreach}
</table>
替换原来的 ,
再有添加上广告, 设置广告位置(设置模板里面已经显示: 通栏广告),
就这么简单, 添加了在后台没能直接添加的广告.....












