
사용 치환자
- <s_notice_rep>, </s_notice_rep> : '공지사항'이 출력되는 영역입니다
- [##_notice_rep_link_##] : '공지사항'에 등록된 글의 고유 주소
- [##_notice_rep_title_##] : 글 제목
- [##_notice_rep_date_##] : 글쓴 날짜
- [##_notice_rep_desc_##] : 본문 내용
- [##_notice_rep_author_##] : 작성자 이름 (*팀블로그용 치환자)
사용예
1 2 3 4 5 6 7 8 9 10 11 12 | < s_notice_rep > < div class = "entryNotice" > < div class = "titleWrap" > < h2 >< a href = "[##_notice_rep_link_##]" >[##_notice_rep_title_##]</ a ></ h2 > < span class = "category" >< a href = "[##_blog_link_##]notice" >공지사항</ a ></ span > | < span class = "date" > [##_notice_rep_date_##]</ span > </ div > < div class = "article" > [##_notice_rep_desc_##] </ div > </ div > </ s_notice_rep > |