Changeset 11975 for branches/dev/html


Ignore:
Timestamp:
2007/03/27 09:27:13 (19 years ago)
Author:
kakinaka
Message:
 
Location:
branches/dev/html
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/products/detail.php

    r11894 r11975  
    199199 
    200200// ¥µ¥Ö¥¿¥¤¥È¥ë¤ò¼èÆÀ 
    201 $arrFirstCat = GetFirstCat($arrRet[0]['category_id']); 
     201$arrFirstCat = sfGetFirstCat($arrRet[0]['category_id']); 
    202202$tpl_subtitle = $arrFirstCat['name']; 
    203203$objPage->tpl_subtitle = $tpl_subtitle; 
  • branches/dev/html/mobile/products/list.php

    r11894 r11975  
    5757    $tpl_subtitle = "Á´¾¦ÉÊ"; 
    5858}else{ 
    59     $arrFirstCat = GetFirstCat($category_id); 
     59    $arrFirstCat = sfGetFirstCat($category_id); 
    6060    $tpl_subtitle = $arrFirstCat['name']; 
    6161} 
  • branches/dev/html/products/detail.php

    r11966 r11975  
    158158 
    159159// ¥µ¥Ö¥¿¥¤¥È¥ë¤ò¼èÆÀ 
    160 $arrFirstCat = GetFirstCat($arrRet[0]['category_id']); 
     160$arrFirstCat = sfGetFirstCat($arrRet[0]['category_id']); 
    161161$tpl_subtitle = $arrFirstCat['name']; 
    162162$objPage->tpl_subtitle = $tpl_subtitle; 
  • branches/dev/html/products/list.php

    r17 r11975  
    5252    $tpl_subtitle = "Á´¾¦ÉÊ"; 
    5353}else{ 
    54     $arrFirstCat = GetFirstCat($category_id); 
     54    $arrFirstCat = sfGetFirstCat($category_id); 
    5555    $tpl_subtitle = $arrFirstCat['name']; 
    5656} 
Note: See TracChangeset for help on using the changeset viewer.