Changeset 9221 for temp/trunk/html
- Timestamp:
- 2006/11/27 21:09:10 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
install/user_data/templates/default1/detail.tpl (modified) (previous)
-
products/detail_image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/detail_image.php
r9220 r9221 39 39 40 40 if (sfIsInt($_GET['width']) && sfIsInt($_GET['height'])) { 41 /* 41 42 $objPage->tpl_width = $_GET['width']; 42 43 $objPage->tpl_height = $_GET['height']; 44 */ 45 list($width, $height) = getimagesize(IMAGE_SAVE_DIR . $arrRet[0][$image_key]); 46 $objPage->tpl_width = $width; 47 $objPage->tpl_height = $height; 43 48 } else { 44 49 list($width, $height) = getimagesize(IMAGE_SAVE_DIR . $arrRet[0][$image_key]);
Note: See TracChangeset
for help on using the changeset viewer.
