Changeset 9171 for temp/trunk


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

blank

Location:
temp/trunk/html
Files:
2 edited

Legend:

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

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