Changeset 1603 for temp/trunk


Ignore:
Timestamp:
2006/08/24 12:48:28 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/products/index.php

    r1602 r1603  
    1111    function LC_Page() { 
    1212//      $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'; 
    1515 
    1616        $this->tpl_mainno = 'products'; 
     
    266266    } 
    267267} 
    268 */ 
     268 
    269269$arrProducts = Array 
    270270( 
     
    409409); 
    410410 
    411  
     411*/ 
    412412$objPage->arrProducts = $arrProducts; 
    413413/* 
Note: See TracChangeset for help on using the changeset viewer.