Changeset 14205


Ignore:
Timestamp:
2007/06/04 20:33:50 (17 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/blayn/blayn.php.txt

    r14197 r14205  
    88 */ 
    99  
    10  
     10class LC_Page { 
     11     
     12    function LC_Page() { 
     13        $this->tpl_mainpage = "index.tpl"; 
     14        $this->tpl_title = "¥ë¥ë¥Õ¥¡¥¤¥Æ¥óTOP"; 
     15    } 
     16} 
    1117$objPage = new LC_Page(); 
    1218$objView = new SC_AdminView(); 
Note: See TracChangeset for help on using the changeset viewer.