Forum/viewthread.php代码备份

           <!--{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>

原文地址:https://www.cnblogs.com/lingzhao/p/3565774.html