本帖最后由 ttfok 于 2009-10-31 23:27 编辑
8、打开./template/default/space_index.htm(一处),找到:
<li><img src="image/icon/pm.gif"><a href="cp.php?ac=pm&uid=$space[uid]" id="a_pm" onclick="ajaxmenu(event, this.id, 1)">发送消息</a></li>
在下面添加:
<!--{if $fetion['enable']}-->
<li><img src="image/icon/fetion.gif"><a href="cp.php?ac=fetion_send&uid=$space[uid]" id="a_fetion_send" onclick="ajaxmenu(event, this.id, 1)">飞信短信</a></li>
<!--{/if}-->
这有错吧
这样才对吧
<!--{if $fetion['enable']}-->
<li><img src="image/icon/fetion.gif"><a href="cp.php?ac=fetion&uid=$space[uid]" id="a_fetion_send" onclick="ajaxmenu(event, this.id, 1)">飞信短信</a></li>
<!--{/if}--> |