Changeset 1640 for temp/trunk
- Timestamp:
- 2006/08/24 14:07:53 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index2.php
r1639 r1640 20 20 $this->tpl_subtitle = '¾¦ÉÊ¥Þ¥¹¥¿'; 21 21 22 global $arrPageMax;23 $this->arrPageMax = $arrPageMax;24 global $arrDISP;25 $this->arrDISP = $arrDISP;26 global $arrSTATUS;27 $this->arrSTATUS = $arrSTATUS;28 global $arrPRODUCTSTATUS_COLOR;29 $this->arrPRODUCTSTATUS_COLOR = $arrPRODUCTSTATUS_COLOR;30 31 22 } 32 23 } … … 34 25 $objPage = new LC_Page(); 35 26 $objView = new SC_AdminView(); 36 $objSess = new SC_Session();37 $objDate = new SC_Date();38 27 39 28 $arrProducts = Array
Note: See TracChangeset
for help on using the changeset viewer.
