Changeset 6390 for temp/trunk/data


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

* empty log message *

Location:
temp/trunk/data
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r6356 r6390  
    364364 
    365365// ¾¦ÉÊÅÐÏ¿-¥¹¥Æ¡¼¥¿¥¹²èÁü 
    366 $arrSTATUS_IMAGE[1] = URL_DIR . "/img/right_product/icon01.gif"; 
    367 $arrSTATUS_IMAGE[2] = URL_DIR . "/img/right_product/icon02.gif"; 
    368 $arrSTATUS_IMAGE[3] = URL_DIR . "/img/right_product/icon03.gif"; 
    369 $arrSTATUS_IMAGE[4] = URL_DIR . "/img/right_product/icon04.gif"; 
    370 $arrSTATUS_IMAGE[5] = URL_DIR . "/img/right_product/icon05.gif"; 
     366$arrSTATUS_IMAGE[1] = URL_DIR . "img/right_product/icon01.gif"; 
     367$arrSTATUS_IMAGE[2] = URL_DIR . "img/right_product/icon02.gif"; 
     368$arrSTATUS_IMAGE[3] = URL_DIR . "img/right_product/icon03.gif"; 
     369$arrSTATUS_IMAGE[4] = URL_DIR . "img/right_product/icon04.gif"; 
     370$arrSTATUS_IMAGE[5] = URL_DIR . "img/right_product/icon05.gif"; 
    371371 
    372372// ÆþÎϵö²Ä¤¹¤ë¥¿¥° 
  • temp/trunk/data/update/products/detail.php

    r6389 r6390  
    88require_once("../require.php"); 
    99require_once(DATA_PATH . "include/page_layout.inc"); 
    10  
    11 class UC_Page { 
    12     function UC_Page() { 
    13         /** ɬ¤º»ØÄꤹ¤ë **/ 
    14         global $arrSTATUS; 
    15         $this->arrSTATUS = $arrSTATUS; 
    16         global $arrSTATUS_IMAGE; 
    17         $this->arrSTATUS_IMAGE = $arrSTATUS_IMAGE; 
    18         global $arrDELIVERYDATE; 
    19         $this->arrDELIVERYDATE = $arrDELIVERYDATE; 
    20         global $arrRECOMMEND; 
    21         $this->arrRECOMMEND = $arrRECOMMEND; 
    22         session_cache_limiter('private-no-expire'); 
    23     } 
    24 } 
    2510 
    2611ufDetailPHP(); 
     
    3520    global $objFormParam; 
    3621     
    37     $objPage = new UC_Page(); 
     22    $objPage = new LC_Page(); 
    3823    $objView = new SC_SiteView(); 
    3924    $objCustomer = new SC_Customer(); 
Note: See TracChangeset for help on using the changeset viewer.