Changeset 3375


Ignore:
Timestamp:
2006/08/31 00:14:33 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r3371 r3375  
    746746 
    747747// ¥«¥Æ¥´¥ê¥Ä¥ê¡¼¤Î¼èÆÀ($products_check:true¾¦ÉÊÅÐÏ¿ºÑ¤ß¤Î¤â¤Î¤À¤±¼èÆÀ) 
    748 function sfGetCategoryList($addwhere = "", $products_check = false) { 
     748function sfGetCategoryList($addwhere = "", $products_check = false, $head = CATEGORY_HEAD) { 
    749749    $objQuery = new SC_Query(); 
    750750    $where = "delete = 0"; 
     
    778778        */ 
    779779        for($cat_cnt = 0; $cat_cnt < $arrRet[$cnt]['level']; $cat_cnt++) { 
    780             $arrList[$id].= CATEGORY_HEAD; 
     780            $arrList[$id].= $head; 
    781781        } 
    782782        $arrList[$id].= $name; 
  • temp/trunk/html/frontparts/bloc/search_products.php

    r1328 r3375  
    1313// ÁªÂòÃæ¤Î¥«¥Æ¥´¥êID¤òȽÄꤹ¤ë 
    1414$objSubPage->category_id = sfGetCategoryId($_GET['product_id'], $_GET['category_id']); 
    15 $arrRet = sfGetCategoryList('', true); 
     15$arrRet = sfGetCategoryList('', true, '&nbsp;'); 
    1616 
    1717if(is_array($arrRet)) { 
Note: See TracChangeset for help on using the changeset viewer.