Changeset 10399 for temp/trunk/html/regist
- Timestamp:
- 2006/12/07 10:37:25 (20 years ago)
- Location:
- temp/trunk/html/regist
- Files:
-
- 2 edited
-
complete.php (modified) (1 diff)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/regist/complete.php
r5934 r10399 11 11 function LC_Page(){ 12 12 $this->tpl_mainpage = 'regist/complete.tpl'; 13 $this->tpl_css = '/css/layout/regist/complete.css';13 $this->tpl_css = URL_DIR.'css/layout/regist/complete.css'; 14 14 $this->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)'; 15 15 } -
temp/trunk/html/regist/index.php
r5934 r10399 16 16 17 17 function LC_Page() { 18 $this->tpl_css = '/css/layout/regist/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹18 $this->tpl_css = URL_DIR.'css/layout/regist/index.css'; // ¥á¥¤¥óCSS¥Ñ¥¹ 19 19 } 20 20 }
Note: See TracChangeset
for help on using the changeset viewer.
