Ignore:
Timestamp:
2006/10/12 12:59:44 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/mypage/change_complete.php

    r5934 r6080  
    99class LC_Page{ 
    1010    function LC_Page(){ 
    11         $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_complete.tpl'; 
     11        $this->tpl_mainpage = USER_PATH . 'templates/mypage/change_complete.tpl'; 
    1212        $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(´°Î»¥Ú¡¼¥¸)'; 
    13         $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
     13        $this->tpl_navi = USER_PATH . 'templates/mypage/navi.tpl'; 
    1414        $this->tpl_mypageno = 'change'; 
    1515    } 
Note: See TracChangeset for help on using the changeset viewer.