Ignore:
Timestamp:
2009/07/29 02:07:49 (17 years ago)
Author:
Seasoft
Message:

未使用パラメータの削除

  • LIST_P_HTML
  • LIST_C_HTML
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/mtb_constants_init.php

    r18235 r18242  
    459459/** 商品トップ */ 
    460460define('URL_PRODUCTS_TOP', URL_DIR . "products/top.php"); 
    461 /** 商品一覧(HTML出力) */ 
    462 define('LIST_P_HTML', URL_DIR . "products/list-p"); 
    463 /** 商品一覧(HTML出力) */ 
    464 define('LIST_C_HTML', URL_DIR . "products/list.php?mode=search&category_id="); 
    465461/** 商品詳細(HTML出力) */ 
    466462define('DETAIL_P_HTML', URL_DIR . "products/detail.php?product_id="); 
Note: See TracChangeset for help on using the changeset viewer.