<?php exit("Powered by www.wikin.cn"); ?>
<li class="b_bottom">
    <!--{hook/forumdisplay_thread_mobile $key}-->
    <div class="list_flist">
        <div class="user_pane">
            <!--{if $thread['authorid'] && $thread['author']}-->
            <a href="home.php?mod=space&uid={$thread[authorid]}&do=profile">
                <img src="<!--{avatar($thread[authorid], small, true)}-->"/>
                <font {if $groupcolor[$thread[authorid]]} style="color: $groupcolor[$thread[authorid]];"{/if}>{$thread[author]}</font>
            </a>
            <!--{else}-->
            <a href="javascript:;">
                <img src="<!--{avatar(0, small, true)}-->"/>
                {$_G[setting][anonymoustext]}
            </a>
            <!--{/if}-->
            <!--{if !(CURMODULE == 'forumdisplay' && !empty($_GET['fid']))}-->
            <span class="y">
                <a href="forum.php?mod=forumdisplay&fid={$thread['fid']}">
                    #<!--{eval echo strip_tags($_G['forum']['name']) ? strip_tags($_G['forum']['name']) : $_G['cache']['forums'][$thread[fid]]['name'];}-->#
                </a>
            </span>
            <!--{/if}-->
        </div>
        <a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra">
            <div class="h_over_nav">
                <h3 class="title">
                    <!--{if in_array($thread['displayorder'], array(1, 2, 3, 4))}-->
                    <span class="icon_top">{$Tlang['4d3aee3cefdbf4b8']}</span>
                    <!--{/if}-->
                    <!--{if $thread['digest'] > 0}-->
                    <span class="icon_digest">{$Tlang['4431e4914edfce71']}</span>
                    <!--{/if}-->
                    <!--{if $thread['attachment'] == 2 && $_G['setting']['mobile']['mobilesimpletype'] == 0}-->
                    <span class="icon_tu">{$Tlang['d09806a34575d52c']}</span>
                    <!--{/if}-->
                    <!--{if $thread['weeknew']}-->
                    <span class="icon_xin">{$Tlang['de8128f785039560']}</span>
                    <!--{/if}-->
                    <!--{if $thread[heatlevel]}-->
                    <span class="icon_hot">{$Tlang['03a43059cdc3dcad']}</span>
                    <!--{/if}-->
                    <!--{if $thread[folder] == 'lock'}-->
                    <span class="icon_gb">{$Tlang['beb08d096719774b']}</span>
                    <!--{elseif $thread['special'] == 1}-->
                    <span class="icon_vote">{$Tlang['a1e86aeac9394d67']}</span>
                    <!--{elseif $thread['special'] == 2}-->
                    <span class="icon_sell">{$Tlang['0907c7cfc9d2cf2b']}</span>
                    <!--{elseif $thread['special'] == 3}-->
                    <span class="icon_reward">{$Tlang['655aa530ba4d16cf']}</span>
                    <!--{elseif $thread['special'] == 4}-->
                    <span class="icon_activity">{$Tlang['2e5409eeacda8839']}</span>
                    <!--{elseif $thread['special'] == 5}-->
                    <span class="icon_debate">{$Tlang['5cbc8ce0fb1e25e0']}</span>
                    <!--{/if}-->
                    <!--{eval $wq_typehtml = str_replace(array('[', ']','<a','</a>'), array('<span class="wq_typehtml" ', '</span>'), array($thread[typehtml],$thread[sorthtml]));;}-->
                    {$wq_typehtml[0]}{$wq_typehtml[1]}
                    <font $thread[highlight]>{$thread[subject]}</font>
                </h3>
                <div class="title_con">{$wq_data['summarys'][$thread['tid']]}</div>
            </div>
        </a>
    </div>
    <p class="by disuser_nick" style="clear: both">
        <a href="forum.php?mod=viewthread&tid=$thread[tid]&extra=$extra">
            <b>{$thread[dateline]}</b>
            <span class="num y"><i class="wqiconfont wqicon-massage f16 c_grey m_r2 m_tf2"></i>{$thread[replies]}</span>
            <span class="y browse_record"><i class="wqiconfont wqicon-view c_grey m_r2"></i>$thread[views]</span>
        </a>
    </p>
</li>