Changeset 3340 for temp/trunk


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

blank

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

Legend:

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

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

    r3338 r3340  
    77        $this->tpl_mainpage = ROOT_DIR . USER_DIR . 'templates/mypage/refusal.tpl'; 
    88        $this->tpl_title = "MY¥Ú¡¼¥¸/Âà²ñ¼ê³¤­(ÆþÎÏ¥Ú¡¼¥¸)"; 
    9         $this->tpl_navi = 'mypage/navi.tpl'; 
     9        $this->tpl_navi = './navi.tpl'; 
    1010        $this->tpl_mainno = 'mypage'; 
    1111        $this->tpl_mypageno = 'refusal'; 
Note: See TracChangeset for help on using the changeset viewer.