标签:
http://www.ectouch.cn/topics/94.html
效果
操作:
1.
if($value[‘media_type‘] == 0){ if (strpos($value[‘ad_code‘], ‘http://‘) === false && strpos($value[‘ad_code‘], ‘https://‘) === false) { $ad_list[$key][‘ad_code‘] = __URL__.‘/‘. $value[‘ad_code‘]; }else{ $ad_list[$key][‘ad_code‘] = $value[‘ad_code‘]; } }
<th class="text-center">{$lang[‘ad_code_img‘]}</th>
位置:<td class="text-center">{$vo[‘media_type‘]}</td> 后面添加一行
<td class="text-center"><img src="{$vo[‘ad_code‘]}" width=‘100‘ height=‘50‘></td>
$_LANG[‘ad_code_img‘] = ‘广告图片‘;
修改完成,清除下缓存。
转载ECTouch1.0 修改后台广告管理中广告列表显示广告图片
标签:
原文地址:http://www.cnblogs.com/sihuanian/p/4317384.html