首先修改 /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主广告的地方加入下面代码
方法很简单,青岛网站建设青华互联的小编就写到这里了。希望对您会有所帮助。
编辑整理:青岛网站建设 网址:http://www.qinghuahulian.com
扫描二维码手机查看该文章
文章引用:https://www.qinghuahulian.com/news/webzhishi/229.html