Changeset 9168 for temp/trunk
- Timestamp:
- 2006/11/27 16:24:01 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/products/detail_image.tpl (modified) (previous)
-
html/products/detail_image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/detail_image.php
r5934 r9168 41 41 $objPage->tpl_height = $_GET['height']; 42 42 } else { 43 $objPage->tpl_width = LARGE_IMAGE_WIDTH; 44 $objPage->tpl_height = LARGE_IMAGE_HEIGHT; 43 list($width, $height) = getimagesize(IMAGE_SAVE_URL . $arrRet[0][$image_key]); 44 $objPage->tpl_width = $width; 45 $objPage->tpl_height = $height; 45 46 } 46 47
Note: See TracChangeset
for help on using the changeset viewer.
