Changeset 6080 for temp/trunk/html/mypage/change.php
- Timestamp:
- 2006/10/12 12:59:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/mypage/change.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/mypage/change.php
r5934 r6080 10 10 class LC_Page{ 11 11 function LC_Page() { 12 $this->tpl_mainpage = ROOT_DIR . USER_DIR. 'templates/mypage/change.tpl';12 $this->tpl_mainpage = USER_PATH . 'templates/mypage/change.tpl'; 13 13 $this->tpl_title = 'MY¥Ú¡¼¥¸/²ñ°÷ÅÐÏ¿ÆâÍÆÊѹ¹(ÆþÎÏ¥Ú¡¼¥¸)'; 14 $this->tpl_navi = ROOT_DIR . USER_DIR. 'templates/mypage/navi.tpl';14 $this->tpl_navi = USER_PATH . 'templates/mypage/navi.tpl'; 15 15 $this->tpl_mainno = 'mypage'; 16 16 $this->tpl_mypageno = 'change';
Note: See TracChangeset
for help on using the changeset viewer.
