Changeset 18418
- Timestamp:
- 2009/12/03 19:25:45 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/data/class/pages/products/LC_Page_Products_List.php
r18389 r18418 246 246 $tpl_subtitle = "検索結果"; 247 247 $tpl_search_mode = true; 248 }elseif (empty($arrCategory_id )) {248 }elseif (empty($arrCategory_id[0])) { 249 249 $tpl_subtitle = "全商品"; 250 250 }else{
Note: See TracChangeset
for help on using the changeset viewer.