Changeset 6390 for temp/trunk/data
- Timestamp:
- 2006/10/16 23:04:40 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 1 added
- 2 edited
-
conf/conf.php (modified) (1 diff)
-
update/products/detail.php (modified) (2 diffs)
-
update/products/detail.tpl (added)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6356 r6390 364 364 365 365 // ¾¦ÉÊÅÐÏ¿-¥¹¥Æ¡¼¥¿¥¹²èÁü 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"; 371 371 372 372 // ÆþÎϵö²Ä¤¹¤ë¥¿¥° -
temp/trunk/data/update/products/detail.php
r6389 r6390 8 8 require_once("../require.php"); 9 9 require_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 }25 10 26 11 ufDetailPHP(); … … 35 20 global $objFormParam; 36 21 37 $objPage = new UC_Page();22 $objPage = new LC_Page(); 38 23 $objView = new SC_SiteView(); 39 24 $objCustomer = new SC_Customer();
Note: See TracChangeset
for help on using the changeset viewer.
