Ignore:
Timestamp:
2007/03/13 14:47:52 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/forgot/index.php

    r11686 r11842  
    2727$objPage = new LC_Page(); 
    2828$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    29 $objView = new SC_SiteView(); 
     29$objView = new SC_MobileView(); 
    3030$objSess = new SC_Session(); 
    3131$CONF = sf_getBasisData();                  // ŹÊÞ´ðËܾðÊó 
     
    140140    $objPage->customer_name = $customer_name; 
    141141    $objPage->temp_password = $temp_password; 
    142     $objMailText = new SC_SiteView(); 
     142    $objMailText = new SC_MobileView(); 
    143143    $objMailText->assignobj($objPage); 
    144144     
Note: See TracChangeset for help on using the changeset viewer.