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

blank

File:
1 edited

Legend:

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

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