Changeset 1661 for temp/trunk
- Timestamp:
- 2006/08/24 14:39:14 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/products/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/products/index.php
r1660 r1661 3 3 require_once("../require.php"); 4 4 require_once("./index_csv.php"); 5 //require_once("../../require2.php");6 5 7 6 class LC_Page { … … 12 11 function LC_Page() { 13 12 $this->tpl_mainpage = 'products/index.tpl'; 14 // $this->tpl_mainpage="products/test.tpl";15 16 13 $this->tpl_mainno = 'products'; 17 14 $this->tpl_subnavi = 'products/subnavi.tpl'; … … 32 29 } 33 30 34 31 $conn = new SC_DBConn(); 35 32 $objPage = new LC_Page(); 36 33 $objView = new SC_AdminView();
Note: See TracChangeset
for help on using the changeset viewer.
