<!--{eval $lzthread = DB::fetch_all("SELECT `tid`,`subject` FROM ".DB::table('forum_thread')." WHERE authorid =$theuid AND cover = 1 ORDER BY dateline DESC LIMIT 0,4 ");}-->

        <div class="s-box sads group">
            <h3 class="title">相关软件推荐</h3>

            <ul class="excli group cl">
                <!--{loop $lzthread $thethread}-->
                <li><a href="forum.php?mod=viewthread&tid={$thethread['tid']}" target="_blank">
                <!--{eval $thethread['coverpath'] = getthreadcover($thethread['tid'], 1);}-->
                <img src="$thethread[coverpath]"/></a></li>
                <!--{/loop}-->
            </ul>
         </div>

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2022-01-07
  • 2021-11-22
  • 2021-12-19
  • 2022-01-06
  • 2021-08-23
猜你喜欢
  • 2021-08-14
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案