Ignore:
Timestamp:
2006/11/27 21:29:03 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r9227 r9228  
    13501350             
    13511351            // ²èÁü¥µ¥¤¥º 
    1352             list($image_width, $image_height) = getimagesize(IMAGE_SAVE_DIR . basename($objPage->arrProductsClass[$cnt]["main_list_image"])); 
     1352            list($image_width, $image_height) = getimagesize(IMAGE_SAVE_DIR . basename($objPage->arrProductsClass[$cnt]["main_image"])); 
    13531353            $objPage->arrProductsClass[$cnt]["tpl_image_width"] = $image_width + 60; 
    13541354            $objPage->arrProductsClass[$cnt]["tpl_image_height"] = $image_height + 80; 
     
    13741374        } 
    13751375    } 
    1376      
    1377                 sfprintr($objPage->arrProductsClass); 
    1378  
    13791376     
    13801377    // Á´¾¦Éʹç·×¶â³Û(Àǹþ¤ß) 
Note: See TracChangeset for help on using the changeset viewer.