goTOP
January 2, 2015
點擊在新視窗中瀏覽此圖片

template/主題/elements.php
找出下面這一段


// 評論數量 所有評論
$elements['comment']=<<<eot
  <div class="commentbox">
    <div class="commentbox-title">
    <img src="{$template['images']}/comments_li.gif" /> <strong>{replier}</strong> {replierhomepage} {replierip}
      <div class="commentbox-label">{replytime} {addadminreply} {deladminreply} {delreply} {blockreply}</div>
    </div>
    <div class="commentbox-content">
      {replycontent}
      <div style="display: {ifadminreplied}"  id="replied_{commentid}">
        <div class="reply-content"><span class="reply-content_title">回覆內容</span> {adminreplycontent}</div>
      </div>
    </div>
    <div id="{commentid}" style="display: none">{adminreplybody}
    </div>
  </div>
eot;

分頁: 1/1 第一頁 1 最後頁 [ 顯示模式: 摘要 | 清單 ]