Changeset 1448 for temp/trunk


Ignore:
Timestamp:
2006/08/24 09:10:45 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/html/admin
Files:
2 edited

Legend:

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

    r1447 r1448  
    55class LC_Page { 
    66    function LC_Page() { 
    7         //$this->tpl_mainpage = 'order/index.tpl'; 
     7        $this->tpl_mainpage = 'order/index.tpl'; 
    88        $this->tpl_subnavi = 'order/subnavi.tpl'; 
    99        $this->tpl_mainno = 'order';         
  • temp/trunk/html/admin/products/index.php

    r1328 r1448  
    107107 
    108108    $where = "delete = 0"; 
    109      
    110     /* ÆþÎÏ¥¨¥é¡¼¤Ê¤· */ 
     109/*   
     110    // ÆþÎÏ¥¨¥é¡¼¤Ê¤· 
    111111    if (count($objPage->arrErr) == 0) { 
    112112            foreach ($objPage->arrForm as $key => $val) { 
     
    252252        } 
    253253    } 
     254    */ 
    254255} 
    255256 
Note: See TracChangeset for help on using the changeset viewer.