Changeset 11832 for branches


Ignore:
Timestamp:
2007/03/13 11:59:55 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/conf/mobile.conf

    r11830 r11832  
    3737//-------------------------------------------------------------------------------------------------------- 
    3838/** ¥Ñ¥¹´ØÏ¢ **/ 
    39 // ¥æ¡¼¥¶¥Õ¥¡¥¤¥ëÊݸÀè 
    40 define("MOBILE_USER_DIR", "user_data/"); 
    41 define("MOBILE_USER_PATH", MOBILE_HTML_PATH . USER_DIR); 
    42  
    43 // ¥æ¡¼¥¶¥¤¥ó¥¯¥ë¡¼¥É¥Õ¥¡¥¤¥ëÊݸÀè 
    44 define("MOBILE_USER_INC_PATH", MOBILE_USER_PATH . "include/"); 
    45  
    4639// ¥Ö¥í¥Ã¥¯¥Õ¥¡¥¤¥ëÊݸÀè 
    4740define("MOBILE_BLOC_DIR", "include/bloc/"); 
  • branches/dev/html/frontparts/bloc/best5.php

    r11831 r11832  
    88    function LC_Best5Page() { 
    99        /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    10         $this->tpl_mainpage = BLOC_PATH . 'best5.tpl';  // ¥á¥¤¥ó 
     10        $this->tpl_mainpage = 'frontparts/best5.tpl';   // ¥á¥¤¥ó 
    1111    } 
    1212} 
Note: See TracChangeset for help on using the changeset viewer.