Changeset 1668 for temp/trunk/html


Ignore:
Timestamp:
2006/08/24 15:52:35 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1666 r1668  
    77class LC_Page { 
    88    function LC_Page() { 
    9         $this->tpl_mainpage="products/test.tpl"; 
     9        $this->tpl_mainpage = 'products/index.tpl'; 
     10        $this->tpl_mainno = 'products'; 
     11        $this->tpl_subnavi = 'products/subnavi.tpl'; 
     12        $this->tpl_subno = 'index'; 
     13        $this->tpl_pager = ROOT_DIR . 'data/Smarty/templates/admin/pager.tpl'; 
     14        $this->tpl_subtitle = '¾¦ÉÊ¥Þ¥¹¥¿'; 
     15 
    1016    } 
    1117} 
Note: See TracChangeset for help on using the changeset viewer.