Changeset 11842 for branches/dev/html/mobile/forgot/index.php
- Timestamp:
- 2007/03/13 14:47:52 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/mobile/forgot/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/forgot/index.php
r11686 r11842 27 27 $objPage = new LC_Page(); 28 28 $objPage = sfGetPageLayout($objPage, false, DEF_LAYOUT); 29 $objView = new SC_ SiteView();29 $objView = new SC_MobileView(); 30 30 $objSess = new SC_Session(); 31 31 $CONF = sf_getBasisData(); // ŹÊÞ´ðËܾðÊó … … 140 140 $objPage->customer_name = $customer_name; 141 141 $objPage->temp_password = $temp_password; 142 $objMailText = new SC_ SiteView();142 $objMailText = new SC_MobileView(); 143 143 $objMailText->assignobj($objPage); 144 144
Note: See TracChangeset
for help on using the changeset viewer.
