Changeset 9176 for temp/trunk/html
- Timestamp:
- 2006/11/27 16:41:41 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/detail.php
r9175 r9176 177 177 178 178 // ³ÈÂç²èÁü¤Î¥¦¥£¥ó¥É¥¦¥µ¥¤¥º¤ò¥»¥Ã¥È 179 180 sfprintr(basename($objPage->arrFile["main_image"]["filepath"])); 181 list($image_width, $image_height) = getimagesize($objPage->arrFile["main_image"]["filepath"]); 179 list($image_width, $image_height) = getimagesize(IMAGE_SAVE_URL . basename($objPage->arrFile["main_image"]["filepath"])); 182 180 $objPage->tpl_image_width = $image_width; 183 181 $objPage->tpl_image_height = $image_height;
Note: See TracChangeset
for help on using the changeset viewer.
