国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
407B

  1. <!-- //最近访客 -->
  2. <div class="box" id="side_search">
  3. <h2>最近访客</h2>
  4. <div class="text">
  5. {dede:newvisitor row=6} <div class='usericobox'>
  6. <a href="{dede:field.url/}" target="_blank"><img src="{dede:field.face/}" style="width:45px;height:45px;"/></a>
  7. <br /><a href="{dede:field.url/}" target="_blank">{dede:field.uname/}</a>
  8. </div>
  9. {/dede:newvisitor}
  10. </div>
  11. </div>