在主页显示热门搜索综合关键词代码是什么?
在主页显示热门搜索综合关键词代码是什么? 模版修改无技术支持,不懂代码的请慎重。以下仅为友情提示
templates/模版/index.tpl.php
<{if $duoao_hotkey.hotkeywords}>
<{foreach from=$duoao_hotkey.hotkeywords item='val'}>
<a href="<{duoao_geturl mod="search" id=$duoao_hotkey.catid key=$val}>"><{$val}></a>
<{/foreach}>
<{/if}>
templates/模版/base/index.inc.php
duoao_load::func('taoke_keywords');
$duoao_hotkey = duoao_hotkeywords('0', 38);
$smarty->assign('duoao_hotkey', $duoao_hotkey); :loveliness:
页:
[1]