{qing:template top1.html} {qing:template top2.html} {qing:template header.html}
{qing:if empty($num)}

抱歉,没有找到“{qing:$kw}”相关的内容。

{qing:else}
    {qing:loop $data $t}
  • {qing:$t[title]}

          {qing:function.strcut($t[description],200)}

    {qing:function.date("Y-m-d", $t['time'])} {qing:$t[hits]}

  • {/qing:loop}
{/qing:if}
{qing:template footer1.html} {qing:template footer2.html}