Changeset 9227 for temp/trunk/data
- Timestamp:
- 2006/11/27 21:27:49 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
Smarty/templates/cart/index.tpl (modified) (previous)
-
lib/slib.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r8887 r9227 1349 1349 $objPage->arrProductsClass[$cnt]['classcategory_name2'] = $arrClassCatName[$arrData['classcategory_id2']]; 1350 1350 1351 // ²èÁü¥µ¥¤¥º 1352 list($image_width, $image_height) = getimagesize(IMAGE_SAVE_DIR . basename($objPage->arrProductsClass[$cnt]["main_list_image"])); 1353 $objPage->arrProductsClass[$cnt]["tpl_image_width"] = $image_width + 60; 1354 $objPage->arrProductsClass[$cnt]["tpl_image_height"] = $image_height + 80; 1355 1351 1356 // ²Á³Ê¤ÎÅÐÏ¿ 1352 1357 if ($arrData['price02'] != "") { … … 1369 1374 } 1370 1375 } 1376 1377 sfprintr($objPage->arrProductsClass); 1378 1371 1379 1372 1380 // Á´¾¦Éʹç·×¶â³Û(Àǹþ¤ß)
Note: See TracChangeset
for help on using the changeset viewer.
