• <s_rctrp_rep>: 댓글을 반복 출력합니다
    • : 댓글로 이동할 주소
    • : 댓글의 본문 일부
    • : 댓글을 쓴 사람 이름
    • : 댓글을 쓴 시간
<s_sidebar_element>
  <!-- 최근에 달린 댓글 -->
  <div class="recentComment">
    <h3>최근에 달린 댓글</h3>
    <ul id="recentComments">
      <s_rctrp_rep>
        <li>
          <a href="">.</a>
          <span class="info_wrap">
            <span class="name"></span>
            <span class="date"></span>
          </span>
        </li>
      </s_rctrp_rep>
    </ul>
  </div>
</s_sidebar_element>