Changeset 14218


Ignore:
Timestamp:
2007/06/04 21:35:48 (17 years ago)
Author:
matsumura
Message:
 
File:
1 edited

Legend:

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

    r14217 r14218  
    1111     
    1212    function LC_Page() { 
    13         $this->tpl_mainpage = "index.tpl"; 
     13        $this->tpl_mainpage = "blayn.tpl"; 
    1414        $this->tpl_title = "¥ë¥ë¥Õ¥¡¥¤¥Æ¥óTOP"; 
    1515    } 
     
    2222 
    2323$objView->assignobj($objPage);      //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 
    24 $objView->display(MAIN_FRAME);      //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ 
     24$objView->display($objPage->tpl_mainpage);      //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ 
    2525 
    2626// ------------------------------------------------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.