假如咱们要在文章的分类页面调用首页的flash主广告,首先要 php
打开article_cat.php的文件,在里面找到 sql
$smarty->assign('promotion_info', get_promotion_info()); url
在他的下面假如这段代码: spa
$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);
} get
而后 再修改 模板文件 /themes/default/article_cat.dwt flash
在里面加入 io
<!-- #BeginLibraryItem "/library/index_ad.lbi" --><!-- #EndLibraryItem --> table
便可。 模板