Ticket #636 (closed enhancement: fixed)
cover, coverpage 스킨 스트럭쳐문제
| Reported by: | gendoh | Owned by: | inureyes |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5.1 |
| Component: | Core | Version: | 1.5 |
| Keywords: | Cc: | ||
| Release: |
Description
- cover와 coverpage는 한번밖에 존재할 수 없다.
- blog.skin.php 기준
- coverpage가 한번밖에 나올 수 없는데 이름을 기억하거나 originalContent를 기억하고 있다
- original 사용하는 곳 없음
- 한번밖에 나올 수 없기에 이름이 무의미함
- coverpage의 내용을 사용하는 곳이 없기 때문에 s_ 즉 영역 치환자가 아니고 텍스트치환자였어야 하지 않을까?
- 오히려 coverpage의 내용에 decoration을 위해서는 아래 형태가 나을지 모른다.
<s_cover> <div class="aaa"> <s_coverpage_rep> <div class="bbb">[##_coverpage_content_##]</div> </s_coverpage_rep> </div> </s_cover>
Change History
Note: See
TracTickets for help on using
tickets.
