首页 > CMS > Discuz > 正文

$_G['cache']['forumlinks'][0] || $_G['cache']['forumlinks'][1] 论坛友情连接代

2024-09-11 09:04:24
字体:
来源:转载
供稿:网友
论坛调用友情链接区块代码如下:
  1. <!--{if empty($gid) && ($_G['cache']['forumlinks'][0] || $_G['cache']['forumlinks'][1] || $_G['cache']['forumlinks'][2])}-->
  2. <div class="bm lk">
  3.     <div id="category_lk" class="bm_c ptm">
  4.         <!--{if $_G['cache']['forumlinks'][0]}-->
  5.         <ul class="m mbn cl">$_G['cache']['forumlinks'][0]</ul>
  6.         <!--{/if}-->
  7.         <!--{if $_G['cache']['forumlinks'][1]}-->
  8.         <div class="mbn cl">
  9.             $_G['cache']['forumlinks'][1]
  10.         </div>
  11.         <!--{/if}-->
  12.         <!--{if $_G['cache']['forumlinks'][2]}-->
  13.         <ul class="x mbm cl">
  14.             $_G['cache']['forumlinks'][2]
  15.         </ul>
  16.         <!--{/if}-->
  17.     </div>
  18. </div>
  19. <!--{/if}-->

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表