주제: 티스토리와 텍큐 달력 치환자에 대한 질문
티스토리용 스킨을 텍큐용으로 바꾸려 했더니,
티스토리용 스킨에 치환자가 아래와 같은 방식으로 나와있더라구요..
===============================================================
<s_custom_calendar>
<h4>
<a href="[##_this_month_##]" title="현재 달의 달력을 보여줍니다." class="this-month"><span class="month">[##_month_##]</span><span class="year">[##_year_##]</span></a>
<a href="[##_prev_month_##]" title="1개월 앞의 달력을 보여줍니다." class="prev-month"> <span class="hide">이전</span></a>
<a href="[##_next_month_##]" title="1개월 뒤의 달력을 보여줍니다." class="next-month"> <span class="hide">다음</span></a>
</h4>
<ul>
<s_calendar_days>
<s_calendar_week>
<s_calendar_days_item>
<li class="[##_class_##]">[##_day_##]</li>
</s_calendar_days_item>
</s_calendar_week>
</s_calendar_days>
</ul>
</s_custom_calendar>
===============================================================
본 홈페이지 스킨제작에 대한 글을 봐도 위와 같은 치환자는 볼 수 없었는데요,
티스토리와는 치환자 구조가 틀린지요?
대부분의 스킨에서 채용되는 달력과는 달리
날짜가 세로로 뿌려지는 스킨이라 제대로 구현이 안되네요..
스킨 편집해서 따로 사이드바에 넣어야 할까 생각중인데,
일단 구조에 대해 좀 궁금해서 질문 드립니다..
nanika (2010-02-27 21:03:16)에 의해 마지막으로 수정