Ignore:
Timestamp:
2006/10/16 23:14:09 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/update/products/detail.php

    r6390 r6391  
    1919    global $objUpFile; 
    2020    global $objFormParam; 
     21         
     22    $objPage = new LC_Page(); 
    2123     
    22     $objPage = new LC_Page(); 
     24    /* ¥Ð¥°½¤Àµ */ 
     25    // ¾¦ÉÊÅÐÏ¿-¥¹¥Æ¡¼¥¿¥¹²èÁü 
     26    $objPage->arrSTATUS_IMAGE[1] = URL_DIR . "img/right_product/icon01.gif"; 
     27    $objPage->arrSTATUS_IMAGE[2] = URL_DIR . "img/right_product/icon02.gif"; 
     28    $objPage->arrSTATUS_IMAGE[3] = URL_DIR . "img/right_product/icon03.gif"; 
     29    $objPage->arrSTATUS_IMAGE[4] = URL_DIR . "img/right_product/icon04.gif"; 
     30    $objPage->arrSTATUS_IMAGE[5] = URL_DIR . "img/right_product/icon05.gif"; 
     31     
    2332    $objView = new SC_SiteView(); 
    2433    $objCustomer = new SC_Customer(); 
Note: See TracChangeset for help on using the changeset viewer.