Changeset 1592 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/08/24 12:37:19 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1591 r1592  
    1212        $this->tpl_mainpage = 'products/index.tpl'; 
    1313        $this->tpl_mainno = 'products'; 
    14 //      $this->tpl_subnavi = 'products/subnavi.tpl'; 
     14        $this->tpl_subnavi = 'products/subnavi.tpl'; 
    1515        $this->tpl_subno = 'index'; 
    1616//      $this->tpl_pager = ROOT_DIR . 'data/Smarty/templates/admin/pager.tpl'; 
     
    9999} 
    100100 
     101/* 
    101102if ($_POST['mode'] == "search" || $_POST['mode'] == "csv"  || $_POST['mode'] == "delete" || $_POST['mode'] == "delete_all" || $_POST['mode'] == "camp_search") { 
    102103    // ÆþÎÏʸ»ú¤Î¶¯À©ÊÑ´¹ 
     
    259260    } 
    260261} 
    261  
     262*/ 
    262263// ¥«¥Æ¥´¥ê¤ÎÆÉ¹þ 
    263264$objPage->arrCatList = sfGetCategoryList(); 
Note: See TracChangeset for help on using the changeset viewer.