Changeset 1603 for temp/trunk/html/admin/products/index.php
- Timestamp:
- 2006/08/24 12:48:28 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1602 r1603 11 11 function LC_Page() { 12 12 // $this->tpl_mainpage = 'products/index.tpl'; 13 //$this->tpl_mainpage="products/test.tpl";14 $this->tpl_mainpage = 'order/index.tpl';13 $this->tpl_mainpage="products/test.tpl"; 14 // $this->tpl_mainpage = 'order/index.tpl'; 15 15 16 16 $this->tpl_mainno = 'products'; … … 266 266 } 267 267 } 268 */ 268 269 269 $arrProducts = Array 270 270 ( … … 409 409 ); 410 410 411 411 */ 412 412 $objPage->arrProducts = $arrProducts; 413 413 /*
Note: See TracChangeset
for help on using the changeset viewer.
