ECSHOP其他页面调用首页的FLASH主广告
首先修改 /category.php 文件
找到
$smarty->assign('script_name', 'category');
在它下面增加代碼
$smarty->assign('flash_theme',???? $_CFG['flash_theme']);? // Flash輪播圖片模板
?/* 首頁主廣告設置 */
??? $smarty->assign('index_ad',???? $_CFG['index_ad']);
??? if ($_CFG['index_ad'] == 'cus')
??? {
??????? $sql = 'SELECT ad_type, content, url FROM ' . $ecs->table("ad_custom") . ' WHERE ad_status = 1';
??????? $ad = $db->getRow($sql, true);
??????? $smarty->assign('ad', $ad);
??? }
然后 再修改 模板文件 /themes/default/category.dwt? (這里以官方默認模板為例)
在你想顯示 FLASH主廣告的地方加入下面代碼
<!-- #BeginLibraryItem "/library/index_ad.lbi" --><!-- #EndLibraryItem -->
轉載于:https://www.cnblogs.com/wangblognet/archive/2012/12/09/2809961.html
總結
以上是生活随笔為你收集整理的ECSHOP其他页面调用首页的FLASH主广告的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ADOQuery 查询 删除 修改 插入
- 下一篇: mysql数据库备份及恢复命令mysql