后台->系统设置->其他设置>广告管理  操作数据

1.首页轮播

调用标签 

<!--{assign var='indexzone' value=get_zone('index_slide_banner')}-->     

                 <!--{if empty($indexzone)}-->
                              <p style="padding:10px;text-align:center;">在后台添加广告位“index_slide_banner“幻灯片和广告图1920x750px</p>
                    <!--{else}-->
                    <!--{foreach $indexzone.ads as $volist}-->
                            //根据你的模板格式循环
                       <a href="<!--{$volist.url}-->" target="_blank"><img src="<!--{$volist.uploadfiles}-->" height="750"  alt=""/></a>
                     <!--{/foreach}-->             
                 <!--{/if}--> 

url
跳转路径
uploadfiles
图片地址
adname
图片名称

2.栏目广告图(有则加,没有就不加)

调用标签

<!--{$header_img.字段名}-->

url 跳转路径  target 是否打开新页面  uploadfiles图片