Changeset 1668 for temp/trunk/html
- Timestamp:
- 2006/08/24 15:52:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index2.php
r1666 r1668 7 7 class LC_Page { 8 8 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 10 16 } 11 17 }
Note: See TracChangeset
for help on using the changeset viewer.
