假如咱們要在文章的分類頁面調用首頁的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
便可。 模板