Changeset 9179 for temp/trunk


Ignore:
Timestamp:
2006/11/27 16:44:32 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/products/detail.php

    r9178 r9179  
    177177 
    178178// ³ÈÂç²èÁü¤Î¥¦¥£¥ó¥É¥¦¥µ¥¤¥º¤ò¥»¥Ã¥È 
    179 list($image_width, $image_height) = getimagesize(IMAGE_SAVE_DIR . basename($objPage->arrFile["main_image"]["filepath"])); 
     179list($image_width, $image_height) = getimagesize(IMAGE_SAVE_DIR . basename($objPage->arrFile["main_large_image"]["filepath"])); 
    180180$objPage->tpl_image_width = $image_width + 60; 
    181181$objPage->tpl_image_height = $image_height + 80; 
Note: See TracChangeset for help on using the changeset viewer.