Ignore:
Timestamp:
2006/08/30 21:56:56 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/template.php

    r3271 r3279  
    257257            $tpl_name = "mypage.tpl"; 
    258258            break; 
    259              
     259 
    260260        default: 
    261261            break; 
     
    263263     
    264264    sfprintr($arrTemplate); 
     265    sfprintr($fileArray=glob( ROOT_DIR. $tpl_path."*" )); 
     266     
    265267    // TOP¤òÊѹ¹¤·¤¿¾ì¹ç¤Ë¤ÏÁ´²èÌÌÊѹ¹ 
    266268    if ($objPage->tpl_subno_template == $objPage->arrSubnavi[1]){ 
     
    270272        copy(ROOT_DIR . $tpl_path . $arrTemplate[0]['template_code'] . "/detail.tpl", ROOT_DIR . $tpl_path . "detail.tpl"); 
    271273        copy(ROOT_DIR . $tpl_path . $arrTemplate[0]['template_code'] . "/mypage.tpl", ROOT_DIR . $tpl_path . "mypage.tpl"); 
     274 
     275        // ¥Ö¥í¥Ã¥¯¥Ç¡¼¥¿¤Î¥³¥Ô¡¼ 
    272276    }else{ 
    273277        // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ò¥³¥Ô¡¼ 
Note: See TracChangeset for help on using the changeset viewer.