分享:判断是否首页,显示友情链接!会员登陆后不显示。
在 /views/default/explore/ 文件夹下的 index.tpl.htm文件
最底部的<?php TPL::output('global/footer.tpl.htm'); ?> 前面插入以下代码:
<?php if ($_GET['act'] != 'explore' and !$this->user_id) { ?> <div class="flink"><ul><li>友情链接:</li>
<li><a href="http://www.xxx.com/" target="_blank" >网站名</a></li></div> <?php } ?>
友情链接主要是给其它站和搜索引擎看的。。所以在会员登陆后,不用显示。
另有个问题,求高手解决:
http://wenda.wecenter.com/question/26429
需要一个.htaccess 规则
暂无评论