Changeset 11837


Ignore:
Timestamp:
2007/03/13 12:25:36 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/frontparts/bloc/best5.php

    r11834 r11837  
    88    function LC_Best5Page() { 
    99        /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
    10         $this->tpl_mainpage = 'frontparts/bloc/best5.tpla'; // ¥á¥¤¥ó 
     10        $this->tpl_mainpage = BLOC_PATH . 'best5.tpl';  // ¥á¥¤¥ó 
    1111    } 
    1212} 
    1313 
    1414$objSubPage = new LC_Best5Page(); 
    15 $objSubView = new SC_MobileView(); 
     15$objSubView = new SC_SiteView(); 
    1616$objSiteInfo = $objView->objSiteInfo; 
    1717 
Note: See TracChangeset for help on using the changeset viewer.