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/magazine/confirm.php

    r11813 r11842  
    6868    $objPage->tpl_url = gfAddSessionId(MOBILE_SSL_URL . "magazine/" . $_REQUEST['mode'] . ".php?id=" . $uniqId); 
    6969     
    70     $objMailText = new SC_SiteView(); 
     70    $objMailText = new SC_MobileView(); 
    7171    $objMailText->assignobj($objPage); 
    7272    $toCustomerMail = $objMailText->fetch("mail_templates/mailmagazine_" . $_REQUEST['mode'] . ".tpl"); 
     
    9797$objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 
    9898 
    99 $objView = new SC_SiteView(); 
     99$objView = new SC_MobileView(); 
    100100$objView->assignobj($objPage); 
    101101$objView->display(SITE_FRAME); 
Note: See TracChangeset for help on using the changeset viewer.