Changeset 1661 for temp/trunk


Ignore:
Timestamp:
2006/08/24 14:39:14 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1660 r1661  
    33require_once("../require.php"); 
    44require_once("./index_csv.php"); 
    5 //require_once("../../require2.php"); 
    65 
    76class LC_Page { 
     
    1211    function LC_Page() { 
    1312        $this->tpl_mainpage = 'products/index.tpl'; 
    14 //      $this->tpl_mainpage="products/test.tpl"; 
    15  
    1613        $this->tpl_mainno = 'products'; 
    1714        $this->tpl_subnavi = 'products/subnavi.tpl'; 
     
    3229} 
    3330 
    34  
     31$conn = new SC_DBConn(); 
    3532$objPage = new LC_Page(); 
    3633$objView = new SC_AdminView(); 
Note: See TracChangeset for help on using the changeset viewer.