sp_getad()

 sp_getad();
功能:

根据广告名称获取广告内容

参数:

$ad_name:广告名称

返回:

格式 string,广告内容

示例:
<?php
$ad_name='top_ad';
$ad_content=sp_getad('top_ad');    //获取广告内容
echo $ad_content; //输出广告内容
模板中用法:
<div>
    {:sp_getad('top_ad')} <!--top_ad是后台设置的广告名称-->
</div>
© ThinkCMF all right reserved,powered by Gitbook最后文件编辑时间: 2016-11-24 09:44:06

results matching ""

    No results matching ""