Ignore:
Timestamp:
2006/12/07 10:37:25 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/trunk/html/regist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/regist/complete.php

    r5934 r10399  
    1111    function LC_Page(){ 
    1212        $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'; 
    1414        $this->tpl_title = '²ñ°÷ÅÐÏ¿(´°Î»¥Ú¡¼¥¸)'; 
    1515    } 
  • temp/trunk/html/regist/index.php

    r5934 r10399  
    1616 
    1717    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¥Ñ¥¹ 
    1919    } 
    2020} 
Note: See TracChangeset for help on using the changeset viewer.