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/entry/index.php

    r11813 r11842  
    1919$objConn = new SC_DbConn(); 
    2020$objPage = new LC_Page(); 
    21 $objView = new SC_SiteView(); 
     21$objView = new SC_MobileView(); 
    2222$objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now"))); 
    2323$objPage->arrPref = $arrPref; 
     
    196196            $objPage->to_name01 = $_POST['name01']; 
    197197            $objPage->to_name02 = $_POST['name02']; 
    198             $objMailText = new SC_SiteView(); 
     198            $objMailText = new SC_MobileView(); 
    199199            $objMailText->assignobj($objPage); 
    200200            $subject = sfMakesubject('²ñ°÷ÅÐÏ¿¤Î¤´³Îǧ'); 
Note: See TracChangeset for help on using the changeset viewer.