묻고답하기

<!--%import("css/style.css")-->

<div class="UXF_CALENDER_{$colorset}">
 <div class="UXF_CAL_NAVI">
  <button type="button" class="prevMonth" onclick="location.href='{getUrl('search_target','regdate','search_keyword',$widget_info->prev_month)}'"><i class="fa fa-angle-left"></i></button>
  <button type="button" class="nextMonth" onclick="location.href='{getUrl('search_target','regdate','search_keyword',$widget_info->next_month)}'"><i class="fa fa-angle-right"></i></button>
 </div>
 <table border="1" cellspacing="0" class="UXF_CAL_TABLE">
  <caption>{zdate($widget_info->cur_date,"Y.m")}</caption>
  <thead>
   <tr>
    <th scope="col" class="sun">SUN</th>
    <th scope="col">MON</th>
    <th scope="col">TUE</th>
    <th scope="col">WEN</th>
    <th scope="col">THU</th>
    <th scope="col">FRI</th>
    <th scope="col" class="sat">SAT</th>
   </tr>
  </thead>
  <tbody>
   <!--@for($i=0;$i<6;$i++)-->
    <!--@if($day < $widget_info->last_day)-->
    <tr>
     <!--@for($j=0;$j<7;$j++)-->

      {@ $num = $i*7 + $j}
      <!--@if(!$started && $num >= $widget_info->start_week)-->
       {@ $started = true}
       {@ $day = 1}
       {@ $cur_date = $widget_info->cur_date.sprintf('%02d',$day) }
      <!--@elseif($started)-->
       {@ $day++}
       {@ $cur_date = $widget_info->cur_date.sprintf('%02d',$day) }
      <!--@end-->

      <!--@if($cur_date == date("Ymd"))-->{@ $today_class = "today"}<!--@else-->{@ $today_class = ""}<!--@end-->

      <!--@if($widget_info->calendar[$cur_date])-->
       {@ $item_class_name = "posted"}
         {@ $day_link = getSiteUrl($widget_info->domain,'mid',$widget_info->module_info->mid,'search_target','regdate','search_keyword',$cur_date) }
      <!--@else-->
       {@ $item_class_name = ""}
       {@ $day_link = ''}
      <!--@end-->

      <td class="<!--@if($j==0)-->sun<!--@end--> <!--@if($j==6)-->sat<!--@end-->{$today_class} {$cell_class_name} {$item_class_name}">
       <!--@if($day <= $widget_info->last_day)-->
        <!--@if($day_link)-->
         <a href="{$day_link}"><strong>{$day}</strong></a>
        <!--@else-->
         <strong>{$day}</strong>
        <!--@end-->
       <!--@else-->
         
       <!--@end-->
      </td>
     <!--@end-->
    </tr>
    <!--@end-->
   <!--@end-->
  </tbody>
 </table>
</div>

 

 

캘린더 소스입니다.

게시판과 연동되어서 게시글을 올린 날짜를 추출해 그 날짜를 캘린더에 표시해주는 방식인데

게시글의 날짜가 아닌 확장변수의 날짜를 표기하고 싶습니다.

그런데 어느 부분을 건드려야 할지 막막해서 이렇게 글을 올립니다.

답변 부탁드립니다.

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
싸나이김 이미지 이름 목록 표시 관련 질문드립니다.  
yaho. :-D ftp 올릴 때.. [1] 2011.02.21 by 아아악내눈
아나키s 게시물 첫글로 바로 들어갈수 없을까요?  
눅아신고했니? 모바일 접속시 피씨버전으로 바로 보여주기 [1] 2011.02.21 by 아아악내눈
야호z 레이아웃 만들때 스크롤바 생기면 전체적으로 이동됨니다. [1] 2011.02.21 by 똑디
진산월 외부페이지에서 권한없이 접속했을 때 특정페이지를 보여주고 싶습니다  
싸나이김 스마트폰에서 쪽지 보내기 기능???  
야호z 변수출력 ㅠ_ㅠ 몇일째.. [8] file 2011.02.21 by 아아악내눈
일장춘몽925 예전 공명과맥님의 팝업관리자툴이 xe1.4.4.4에서도 가능한가요?  
박자경704 메뉴바 이미지 출력 file  
어쿠스틱 모바일 접속시 자동으로 리디렉트시켜주는 명령어?  
도라란 1차메뉴를 클릭이 안되게 하고 싶습니다. [2] 2011.02.21 by 도라란
도라란 게시물 확장변수에 따라 특정 그룹에 글 내용 보이기 [2] 2011.02.21 by 도라란
아아악내눈 게시판에 작성자 아이디 옆에 추가정보를 출력하고 싶습니다. [1] 2011.02.21 by 아아악내눈
도라란 게시판 스킨에서 글자수를 5자 제한으로 표시하고 싶습니다. [2] 2011.02.21 by 도라란
dlog2012 1.4.4에서 위젯스킨 적용이 안됩니다.  
maumom 글쓴이 (작성자, 이름) 직접 입력하는 방법?  
도라란 .htaccess 에서 RedirectMatch 설정법 조언 부탁드립니다! [1] 2011.02.21 by hhgyu
도라란 댓글에 회원 확장정보를 표시하고 싶습니다. [1] 2011.02.21 by 야호z
노력중 쉬운설치에서 삭제를 시도하면....?? [2] 2011.02.21 by 노력중