Changeset 3335


Ignore:
Timestamp:
2006/08/30 22:57:47 (20 years ago)
Author:
kakinaka
Message:

blank

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

Legend:

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

    r2837 r3335  
    55class LC_Page{ 
    66    function LC_Page() { 
    7         $this->tpl_css = '/css/layout/mypage/change.css'; 
    8         $this->tpl_mainpage = 'mypage/change.tpl'; 
     7        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change.tpl'; 
    98        $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(ÆþÎÏ¥Ú¡¼¥¸)'; 
    109        $this->tpl_navi = 'mypage/navi.tpl'; 
  • temp/trunk/html/mypage/change_complete.php

    r1328 r3335  
    44class LC_Page{ 
    55    function LC_Page(){ 
    6         $this->tpl_mainpage = 'mypage/change_complete.tpl'; 
    7         $this->tpl_css = '/css/layout/mypage/change_complete.css'; 
     6        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/change_complete.tpl'; 
    87        $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(´°Î»¥Ú¡¼¥¸)'; 
    98        $this->tpl_navi = 'mypage/navi.tpl'; 
  • temp/trunk/html/mypage/delivery.php

    r2360 r3335  
    55class LC_Page{ 
    66    function LC_Page(){ 
    7         $this->tpl_mainpage = "mypage/delivery.tpl"; 
    8         $this->tpl_css = "/css/layout/mypage/delivery.css"; 
    9         $this->tpl_rightnavi = "frontparts/rightnavi.tpl"; 
     7        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery.tpl'; 
    108        $this->tpl_title = "MY¥Ú¡¼¥¸/¤ªÆÏ¤±ÀèÄɲÎ¥Êѹ¹"; 
    119        $this->tpl_navi = 'mypage/navi.tpl'; 
  • temp/trunk/html/mypage/delivery_addr.php

    r1328 r3335  
    77class LC_Page{ 
    88    function LC_Page(){ 
    9         $this->tpl_mainpage = "mypage/delivery_addr.tpl"; 
     9        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/delivery_addr.tpl'; 
    1010        $this->tpl_title = "¿·¤·¤¤¤ªÆÏ¤±Àè¤ÎÄɲÎ¥Êѹ¹"; 
    1111        global $arrPref; 
  • temp/trunk/html/mypage/history.php

    r2192 r3335  
    44class LC_Page { 
    55    function LC_Page() { 
    6         $this->tpl_mainpage = 'mypage/history.tpl'; 
    7         $this->tpl_rightnavi = 'frontparts/rightnavi.tpl';  
     6        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/history.tpl'; 
    87        $this->tpl_title = "MY¥Ú¡¼¥¸/¹ØÆþÍúÎò¾ÜºÙ"; 
    98        $this->tpl_navi = 'mypage/navi.tpl'; 
  • temp/trunk/html/mypage/index.php

    r1328 r3335  
    55class LC_Page{ 
    66    function LC_Page() { 
    7         $this->tpl_mainpage = 'mypage/index.tpl'; 
     7        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/index.tpl'; 
    88        $this->tpl_title = 'MY¥Ú¡¼¥¸/¹ØÆþÍúÎò°ìÍ÷'; 
    99        $this->tpl_navi = ROOT_DIR . 'data/Smarty/templates/mypage/navi.tpl'; 
  • temp/trunk/html/mypage/login.php

    r1328 r3335  
    44class LC_Page{ 
    55    function LC_Page() { 
    6         $this->tpl_mainpage = 'mypage/login.tpl'; 
     6        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/login.tpl'; 
    77        $this->tpl_css = '/css/layout/mypage/login.css'; 
    88        $this->tpl_title = 'MY¥Ú¡¼¥¸(¥í¥°¥¤¥ó)'; 
  • temp/trunk/html/mypage/refusal.php

    r1328 r3335  
    55class LC_Page{ 
    66    function LC_Page(){ 
    7         $this->tpl_mainpage = "mypage/refusal.tpl"; 
    8         $this->tpl_css = "/css/layout/mypage/refusal.css"; 
    9         $this->tpl_rightnavi = "frontparts/rightnavi.tpl"; 
     7        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl'; 
    108        $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(ÆþÎÏ¥Ú¡¼¥¸)"; 
    119        $this->tpl_navi = 'mypage/navi.tpl'; 
     
    3735switch ($_POST['mode']){ 
    3836    case 'confirm': 
    39     $objPage->tpl_mainpage = 'mypage/refusal_confirm.tpl'; 
    40     $objPage->tpl_css = '/css/layout/mypage/refusal_confirm.css'; 
     37    $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_confirm.tpl'; 
    4138    $objPage->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(³Îǧ¥Ú¡¼¥¸)"; 
    4239 
  • temp/trunk/html/mypage/refusal_complete.php

    r2192 r3335  
    55class LC_Page{ 
    66    function LC_Page(){ 
    7         $this->tpl_mainpage = "mypage/refusal_complete.tpl"; 
     7        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal_complete.tpl'; 
    88        $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(´°Î»¥Ú¡¼¥¸)"; 
    99        $this->tpl_css = '/css/layout/mypage/refusal_complete.css'; 
Note: See TracChangeset for help on using the changeset viewer.