飞流 发表于 2025-9-28 00:14:21

克米手机版个人空间资料卡头部的保留功能代码

用户发表与访问时间代码

<!--{if $space['lastvisit'] || $space['lastpost']}-->
<div class="box box10 f_c" >
   
    <div>
      <p>

    <!--{if $space['lastvisit']}-->
    <span class="kmlev " >访问:$space</span>
    <!--{/if}-->
   
    <!--{if $space['lastpost']}-->
    <span class="kmlev " >发表:$space</span>
    <!--{/if}--></p>
      <p>完善</p>
    </div>
   
</div>
<!--{/if}-->
页: [1]
查看完整版本: 克米手机版个人空间资料卡头部的保留功能代码