Changeset 1509
- Timestamp:
- 2006/08/24 10:44:49 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/test.tpl (modified) (previous)
-
html/admin/products/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1508 r1509 252 252 // $arrProducts = $objQuery->select($col, $from, $where, $arrval); 253 253 $objPage->tpl_mainpage="products/test.tpl"; 254 $objPage->arrProducts = Array(255 0 => Array256 (257 'product_id' => 18258 ),259 260 1 => Array261 (262 'product_id' => 14263 ),264 265 2 => Array266 (267 'product_id' => 16268 ),269 270 3 => Array271 (272 'product_id' => 15273 )274 275 );276 277 278 254 279 255 break;
Note: See TracChangeset
for help on using the changeset viewer.
