Changeset 3346 for temp/trunk/html


Ignore:
Timestamp:
2006/08/30 23:05:25 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/mypage
Files:
8 edited

Legend:

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

    r3335 r3346  
    77        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change.tpl'; 
    88        $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(ÆþÎÏ¥Ú¡¼¥¸)'; 
    9         $this->tpl_navi = 'mypage/navi.tpl'; 
     9        $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
    1010        $this->tpl_mainno = 'mypage'; 
    1111        $this->tpl_mypageno = 'change'; 
  • temp/trunk/html/mypage/change_complete.php

    r3335 r3346  
    66        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_complete.tpl'; 
    77        $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(´°Î»¥Ú¡¼¥¸)'; 
    8         $this->tpl_navi = 'mypage/navi.tpl'; 
     8        $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
    99        $this->tpl_mypageno = 'change'; 
    1010    } 
  • temp/trunk/html/mypage/delivery.php

    r3335 r3346  
    77        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery.tpl'; 
    88        $this->tpl_title = "MY¥Ú¡¼¥¸/¤ªÆÏ¤±ÀèÄɲÎ¥Êѹ¹"; 
    9         $this->tpl_navi = 'mypage/navi.tpl'; 
     9        $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
    1010        $this->tpl_mainno = 'mypage'; 
    1111        $this->tpl_mypageno = 'delivery'; 
  • temp/trunk/html/mypage/history.php

    r3335 r3346  
    66        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/history.tpl'; 
    77        $this->tpl_title = "MY¥Ú¡¼¥¸/¹ØÆþÍúÎò¾ÜºÙ"; 
    8         $this->tpl_navi = 'mypage/navi.tpl'; 
     8        $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
    99        $this->tpl_mainno = 'mypage'; 
    1010        $this->tpl_mypageno = 'index'; 
  • temp/trunk/html/mypage/index.php

    r3343 r3346  
    77        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl'; 
    88        $this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷'; 
    9         $this->tpl_navi = '../mypage/navi.tpl'; 
     9        $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
    1010        $this->tpl_mainno = 'mypage'; 
    1111        $this->tpl_mypageno = 'index'; 
  • temp/trunk/html/mypage/login.php

    r3335 r3346  
    55    function LC_Page() { 
    66        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/login.tpl'; 
    7         $this->tpl_css = '/css/layout/mypage/login.css'; 
    87        $this->tpl_title = 'MY¥Ú¡¼¥¸(¥í¥°¥¤¥ó)'; 
    98    } 
  • temp/trunk/html/mypage/refusal.php

    r3340 r3346  
    77        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl'; 
    88        $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(ÆþÎÏ¥Ú¡¼¥¸)"; 
    9         $this->tpl_navi = './navi.tpl'; 
     9        $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
    1010        $this->tpl_mainno = 'mypage'; 
    1111        $this->tpl_mypageno = 'refusal'; 
  • temp/trunk/html/mypage/refusal_complete.php

    r3335 r3346  
    77        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_complete.tpl'; 
    88        $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(´°Î»¥Ú¡¼¥¸)"; 
    9         $this->tpl_css = '/css/layout/mypage/refusal_complete.css'; 
    10         $this->tpl_navi = 'mypage/navi.tpl'; 
     9        $this->tpl_navi = ROOT_DIR . USER_DIR . 'templates/mypage/navi.tpl'; 
    1110        $this->tpl_mypageno = 'refusal'; 
    1211        $this->point_disp = false; 
Note: See TracChangeset for help on using the changeset viewer.