Changeset 11842 for branches/dev/html/mobile/magazine/confirm.php
- Timestamp:
- 2007/03/13 14:47:52 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/magazine/confirm.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/magazine/confirm.php
r11813 r11842 68 68 $objPage->tpl_url = gfAddSessionId(MOBILE_SSL_URL . "magazine/" . $_REQUEST['mode'] . ".php?id=" . $uniqId); 69 69 70 $objMailText = new SC_ SiteView();70 $objMailText = new SC_MobileView(); 71 71 $objMailText->assignobj($objPage); 72 72 $toCustomerMail = $objMailText->fetch("mail_templates/mailmagazine_" . $_REQUEST['mode'] . ".tpl"); … … 97 97 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 98 98 99 $objView = new SC_ SiteView();99 $objView = new SC_MobileView(); 100 100 $objView->assignobj($objPage); 101 101 $objView->display(SITE_FRAME);
Note: See TracChangeset
for help on using the changeset viewer.
