Changeset 11408
- Timestamp:
- 2007/02/03 01:39:36 (16 years ago)
- Location:
- temp/branches/mobile
- Files:
-
- 1 deleted
- 1 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/mobile/html/mobile/products/detail.php
r11406 r11408 107 107 if($objPage->tpl_classcat_find1) { 108 108 // template¤ÎÊѹ¹ 109 $objPage->tpl_mainpage = HTML_PATH . "user_data/templates/select_find1.tpl";109 $objPage->tpl_mainpage = "products/select_find1.tpl"; 110 110 break; 111 111 } … … 117 117 if($objPage->tpl_classcat_find1 and $objPage->arrErr['classcategory_id1']) { 118 118 // template¤ÎÊѹ¹ 119 $objPage->tpl_mainpage = HTML_PATH . "user_data/templates/select_find1.tpl";119 $objPage->tpl_mainpage = "products/select_find1.tpl"; 120 120 break; 121 121 } … … 125 125 $objPage->arrErr = array(); 126 126 127 $objPage->tpl_mainpage = HTML_PATH . "user_data/templates/select_find2.tpl";127 $objPage->tpl_mainpage = "products/select_find2.tpl"; 128 128 break; 129 129 } … … 135 135 if($objPage->tpl_classcat_find2 and $objPage->arrErr['classcategory_id2']) { 136 136 // template¤ÎÊѹ¹ 137 $objPage->tpl_mainpage = HTML_PATH . "user_data/templates/select_find2.tpl";137 $objPage->tpl_mainpage = "products/select_find2.tpl"; 138 138 break; 139 139 } 140 140 // ¾¦ÉÊ¿ô¤ÎÁªÂò¤ò¹Ô¤¦ 141 $objPage->tpl_mainpage = HTML_PATH . "user_data/templates/select_item.tpl";141 $objPage->tpl_mainpage = "products/select_item.tpl"; 142 142 break; 143 143
Note: See TracChangeset
for help on using the changeset viewer.